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 , , , , , , , | 4 Comments