Hi, I have just received a project to develop software for a data acquisition system that will receive async serial data over an RS-422 port at 64kbps. I am pretty familiar with serial ports and writing software for them, but only at the standard PC baud rates (9600, 19200, 38400, 57600, etc). I was planning to use the SerialPort Class in .NET C#, but when I try to open a COM1 port on my PC using that baud rate I get an exception "The parameter is incorrect".
Help Jan? Am I going to have to write a custom software UART using an 8052 microcontroller, or do some other type of low level coding to be able to handle this non-standard baud rate?
Thanks