UsbSabertoothCommand Method (Byte, Byte)SyRen/Sabertooth Library for .NET
Sends a packet serial command to the motor driver.

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

public void Command(
	byte command,
	byte value
)

Parameters

command
Type: SystemByte
The number of the command.
value
Type: SystemByte
The command's value.
See Also

Reference