stopBits property

int get stopBits

Gets the stop bits from the port configuration.

Implementation

int get stopBits;
set stopBits (int value)

Sets the stop bits in the port configuration.

Implementation

set stopBits(int value);