baudRate property

int get baudRate

Gets the baud rate from the port configuration.

Implementation

int get baudRate;
set baudRate (int value)

Sets the baud rate in the port configuration.

Implementation

set baudRate(int value);