Sabertooth Constructor (Int32, String, Int32)SyRen/Sabertooth Library for .NET
Initializes a new instance of the Sabertooth class. The driver address is set to the value given, and the specified serial port is opened.

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

public Sabertooth(
	int address,
	string portName,
	int baudRate
)

Parameters

address
Type: SystemInt32
The driver address.
portName
Type: SystemString
The port to open.
baudRate
Type: SystemInt32
The baud rate to use.
See Also

Reference