|
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.
|