View Single Post
Old 09-20-2012, 05:38 AM   PM User | #3
nehadas87
New Coder

 
Join Date: Jun 2011
Location: India
Posts: 23
Thanks: 1
Thanked 1 Time in 1 Post
nehadas87 is an unknown quantity at this point
The driver for the USB device should give you the API needed to talk to the serial device transparently? I mean, with the device installed, just talk in C++ as if you did have an actual rs232 port. Make your first code initialize a COM port, 1 through 4, until you get a positive response, when successful, push some data and look for it on the port or grab some data from the port.
nehadas87 is offline   Reply With Quote