The SerialPortBitLengthEnum enum defines the possible Bit Length for the bytes transmitted via the Serial ports on the Beaglebone Black
public enum SerialPortBitLengthEnum
{
BITLENGTH_NONE,
BITLENGTH_5,
BITLENGTH_6,
BITLENGTH_7,
BITLENGTH_8,
}