SabertoothAutoBaud Method (SerialPort, Boolean)SyRen/Sabertooth Library for .NET
Sends the autobaud character.

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

public static void AutoBaud(
	SerialPort port,
	bool doNotWait
)

Parameters

port
Type: System.IO.PortsSerialPort
The serial port to send to.
doNotWait
Type: SystemBoolean
If false, a delay is added to give the driver time to start up.
See Also

Reference