SabertoothSetBaudRate Method SyRen/Sabertooth Library for .NET
Sets the baud rate. Baud rate is stored in EEPROM, so changes persist between power cycles.

Namespace: DimensionEngineering
Assembly: DimensionEngineering.Sabertooth (in DimensionEngineering.Sabertooth.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax

public void SetBaudRate(
	int baudRate
)

Parameters

baudRate
Type: SystemInt32
The baud rate. This can be 2400, 9600, 19200, 38400, or on some drivers 115200.
See Also

Reference