C/C++ Programming COM port
C/C++ Programming COM port
(OP)
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?
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
C/C++ Programming COM port
|
RE: C/C++ Programming COM port
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.
RE: C/C++ Programming COM port
http://golikov.newmail.ru/eng/index.html
RE: C/C++ Programming COM port
<nbucska@pcperipherals.com>
RE: C/C++ Programming COM port