The SerialPortStopBitsEnum enum defines the possible stop bits for the bytes transmitted via the serial ports on the Beaglebone Black.
public enum SerialPortStopBitsEnum { STOPBITS_ONE, STOPBITS_TWO }