Hello,
I'm developing a simple test application to connect to a BBB running the StarterWare USB firmware. When using the .NET SerialPort class, I get an IOException when trying to connect to the USB serial port. Connecting with a terminal emulator works fine. Looking through other forums, it seems that the .NET serial class is looking for baud rate information within a certain range. A serial port monitor shows that the CDC driver reports large baud rates (MAX_INT or MAX_UINT) as the baud rate. This apparently causes the exception.
I realize this is most likely a Windows issue, but has anyone else faced this problem? If so, is their some handshaking that has to occur in the driver or definition that has to occur in the INF file to resolve the issue?
Thanks,
Dave