Modem AT Commands Implementation

Status
Not open for further replies.

cybersan2002

Junior Member level 3
Joined
Jul 25, 2005
Messages
25
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,439
at commands implementation

How To Implement Modem AT Commands Using C Or Assembly Language?
Help me out plz.
Thanks
 

If you're asking how to communicate with a modem, just open the COM port it's connected to and send AT command strings to it. If you have a USB modem it will show up as a COM device (look in the device manager for which port it is assigned to).
 

Hi

most of the modem used comm port, you just need to send the AT command character to the port, for dail number just sent ATD <number> <crlf> if you used the ascii hex the <crlf> is <0D0A> this char must put if not the modem will not accept the command

good luck
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…