Hello src75082,
Regarding your questions:
"Has anyone been able to successfully use a USB to serial adapter with the CVI serial library, and if so, which adapter did you use?" and
"Can someone at NI, or elsewhere, please verify whether or not nonstandard baud rates (or baud rates above 256k) are supported by the RS-232 Library?"
I testing the behavior with the
NI USB-232 and the NI-Serial driver. I was able to communicate and run the CVI shipping examples at the default rates.
You should be able to configure the port with OpenCOMConfig at baud rates above 256k. CVI does not limit the baud rate, but instead, the available baud rates are limited by your system / hardware capabilities, as documented in the following
KnowledgeBase.
As you mentioned, contacting your vendor would be a good idea. In order to verify that the issue lies with your driver, you could create a simple application without the CVI RS232 functions, but instead, with Windows SDK functions. I suspect the issues you are seeing with duplicate data would still occur.
Wendy L
LabWindows/CVI Developer Newsletter