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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hello! Does anybody know how can

Status
Not open for further replies.

susuke

Technical User
Jul 22, 2002
17
0
0
HU
Hello!

Does anybody know how can i access to a modem (and give at commands to it) or a com port in c++ (under win2k)?

thanx
 
See the Communication Functions in the Platform SDK: Files and I/O at msdn.microsoft.com

The first function in the list (so you can search for it if you like), is BuildCommDCB. You use CreateFile(…) to open a handle to a COM Port and then the Communication Functions to interact with it.


-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top