UsbSabertoothMotor Method (Int32, Int32)SyRen/Sabertooth Library for .NET
Controls the specified motor output. In User Mode, this sets M1 or M2.

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

public void Motor(
	int motorOutputNumber,
	int value
)

Parameters

motorOutputNumber
Type: SystemInt32
The motor output number, 1 or 2. You can also use a character, such as '3', to select the motor output by its Plain Text Serial address.
value
Type: SystemInt32
The value, between -2047 and 2047.
See Also

Reference