-
Recent Posts
Archives
Categories
Meta
Tag Archives: 9-Bit
Serial Port Hell
Had to implement a 9-bit serial port protocol under c#. Normally, the 8 bit information transfer is supported by the .NET SerialPort class, whereas the extra bit is used for parity check. To send a 9 bit through the serial … Continue reading
Posted in Uncategorized
Tagged .Net, 9-Bit, C#, Driver, P/Invoke, Parity Bit, SerialPort, Windows API
4 Comments