I am a newbie to serial programming. I need to develop an application where a device send serial data at 250Kbps which needs to be captured through a PC. I know that the conventional RS232 COM ports have a baud rate restriction to 115Kbaud.
Can I use a RS485 to USB converter and achieve this communication?
And an additional questions if any of you guys are familiar with this topic. When I used C# for acquiring the serial data, with a conventional COM port (or even with a RS232 to USB converter) the system generated exception when I initialized the baud rate register with a value higher than 115Kbaud.
Please let me know what do need to solve my high baud rate application.