UsbSabertoothSerial Constructor (String, Int32)SyRen/Sabertooth Library for .NET
Initializes a new instance of the UsbSabertoothSerial class. 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 UsbSabertoothSerial(
	string portName,
	int baudRate
)

Parameters

portName
Type: SystemString
The port to open.
baudRate
Type: SystemInt32
The baud rate to use. The factory default is 9600.
See Also

Reference