RPICSIO

The SerialPortStopBitsEnum Enum

 

The SerialPortStopBitsEnum Enum

The SerialPortStopBitsEnum enum defines the possible stop bits for the bytes transmitted via the serial ports on the Raspberry Pi.

 

Source Code

The source code for this class is available online for download and also in browseable form.

 

Syntax

    public enum SerialPortStopBitsEnum
    {
        STOPBITS_ONE,
        STOPBITS_TWO
    }