Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/11/02 17:36
Read: times


 
#30613 - RE: Is my idea correct...
Sriharsha, you are right. That's the hardware connection to the modem and the rest is software.

The software is going to be some work, though. To get SMTP, which is a TCP/IP protocol, over the modem you're going to have to get TCP/IP working. For TCP/IP to work over the modem, you need to implement SLIP or PPP. Only when both SLIP/PPP and TCP/IP are implemented will you be able to write an SMTP client that uses those protocols to communicate via a modem.

An easier way, if it's an option, is for the 8052/modem to connect to a server that ANSWERS with SMTP protocol. I.e., instead of connecting to SMTP via TCP/IP port 25 you could just dial a phone number, the server would answer, and send an SMTP "220 servername ESMTP Sendmail Ready" prompt and you could issue SMTP commands in ASCII. But if you have to do it via TCP/IP you're going to have to do everything mentioned above.

Regards,
Craig Steiner

List of 14 messages in thread
TopicAuthorDate
how to connect 8051 to modem & telephone            01/01/70 00:00      
RE: how to connect 8051 to modem & telephone            01/01/70 00:00      
RE: how to connect 8051 to modem & telephone            01/01/70 00:00      
RE: how to connect 8051 to modem & telephone            01/01/70 00:00      
RE: how to connect 8051 to modem & telephone            01/01/70 00:00      
Is my idea correct...            01/01/70 00:00      
RE: Is my idea correct...            01/01/70 00:00      
RE: how to connect 8051 to modem & telephone            01/01/70 00:00      
RE: how to connect 8051 to modem & telephone            01/01/70 00:00      
RE: how to connect 8051 to modem & telephone            01/01/70 00:00      
RE: how to connect 8051 to modem & telephone            01/01/70 00:00      
RE: how to connect 8051 to modem & telephone            01/01/70 00:00      
RE: how to connect 8051 to modem & telephone            01/01/70 00:00      
RE: how to connect 8051 to modem & telep            01/01/70 00:00      

Back to Subject List