Hi I have a USB RFID Reader/Writer with name "Silicon labs CP210x", I develop a windows app with C# in Visual studio 2015 that could Read/Write on RFID Card, its worked fine...
I change my Windows on my notebook (prev Windows and new Windows are Windows 10) and install Visual Studio 2017...Now when I open solution and run application see this error:
System.ArgumentOutOfRangeException occurred
HResult=0x80131502
Message=The maximum baud rate for the device is 8190.
While googling in this error, I see some guys say that the error related to baudrate of reader But the reader and my application work fine until I change Windows and it should not related to baudrate ...ِI think its dont related to driver because the driver work on prev windows fine...Does anyone have any experience in this error?