Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to program in c/c++ using the AT command set

Status
Not open for further replies.

vladtheimposter

Programmer
Aug 18, 2004
2
AU
sup guys,
I need to build an application using AT command setto connect to my modem in c/c++. It seems this isdone in terminal mode.
I really needhelp
 
Open serial port with CreateFile("COM1", ...) and write these commands to it as text messages.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top