Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

C/C++ Programming COM port

Status
Not open for further replies.

SMAN

Electrical
May 3, 2002
1
0
0
GB
I want a windows based user friendly program in C/C++ that can control another device via serial port(maybe by sending data), also received data back. Any idea how?
 
Replies continue below

Recommended for you

hi,
If u r familiar with C/C++ and u know programming then u can make program using the system calls for com port.
i.e. inport and outport;

or if u know VB/VC++ then u can directly access the port as a file and whatever data comes at these port can be treated as u r reading from a file.
If u can Dream it, Think it then surely u can do it.
 
Status
Not open for further replies.
Back
Top