Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

how to send AT commands to modem?

Status
Not open for further replies.

ash

Full Member level 3
Joined
Dec 25, 2002
Messages
151
Helped
2
Reputation
4
Reaction score
1
Trophy points
1,298
Location
Europe
Activity points
1,051
Hi,

How can i send AT commands to modem in Win32 environment? I use win2k and vc++ 7.0 . I need some tutorials.

Regards.
 

Check MSDN library, you will find al things and examples


thanks
 

Hi,
Use mscom32.ocx activex.
of cource for getting help MSDN is enough.
 

Programming Modem AT Command <=> Programming RS232
So The best Resource including msdn.microsoft.com

Books ..
1. Windows Programmer's Guide to Serial Communications/Book and Disk
by Timothy S. Monk, Tom Monk, Tim Monk (Check www.Amazon.com)
2.Serial Communications Developer's Guide by Mark Nelson
3.C Programmer's Guide to Serial Communication (2nd Edition)

Web Site
http://www.geocities.com/SiliconValley/Pines/3210/serial.html
You Will found lote of code ...

Last (Web Search Engine Example " www.google.com" )
Used The following word "Windows Serial Communication " you will found thounsend of resource ..

Hope that will help you and good Lock...

[/url]
 

There is basic example for sending and receciving bytes . But more complex application use multithreading support and overlapping .
 

HI,
i still couldnt find much on MSDN for AT command sending via modem which program by C++, and the link above for geocities is dead, so is there any more resources and hints?
Thanks and Regards
 

you can open the serial port (COM1, COM2, ...) as a FILE object and then send commands by writing to the file ...
 

ash said:
Hi,

How can i send AT commands to modem in Win32 environment? I use win2k and vc++ 7.0 . I need some tutorials.

Regards.

first know how to send and receive via COM port,

and then move on to AT commands
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top