KangarooChannelBaudRate Method Kangaroo Library for .NET
Sets the baud rate. This affects all channels of the controller that receives the command.

Namespace: DimensionEngineering.Kangaroo
Assembly: DimensionEngineering.Kangaroo (in DimensionEngineering.Kangaroo.dll) Version: 1.0.5.0 (1.0.5.0)
Syntax

public void BaudRate(
	int baudRate
)

Parameters

baudRate
Type: SystemInt32
The baud rate to use. Supported rates are 9600, 19200, 38400, and 115200.
See Also

Reference