B_STOP_BITS_1
#define B_STOP_BIT_1 B_STOP_BITS_1
serial->SetStopBits(B_STOP_BITS_1);
message->AddInt32("stopbits", B_STOP_BITS_1);
port.SetStopBits(B_STOP_BITS_1);