stopBits property

int stopBits

Gets the stop bits from the port configuration.

Implementation

int get stopBits;
void stopBits=(int value)

Sets the stop bits in the port configuration.

Implementation

set stopBits(int value);