UsbSabertoothSetTimeout Method SyRen/Sabertooth Library for .NET
Sets the serial timeout.

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

public void SetTimeout(
	int milliseconds
)

Parameters

milliseconds
Type: SystemInt32
The maximum time in milliseconds between packets. If this time is exceeded, the driver will stop the motor and power outputs. A value of zero uses the DEScribe setting. Infinite disables the timeout.
See Also

Reference