SyRenSimplified MethodsSyRen/Sabertooth Library for .NET

The SyRenSimplified type exposes the following members.

Methods

  NameDescription
Public methodClose
Closes the serial port, if the instance has ownership of it.
(Inherited from SerialMotorDriver.)
Public methodMotor(Int32)
Sets the power of the motor.
Public methodMotor(Int32, Int32)
Sets the power of the specified motor.
Public methodOpen(SerialPort)
Uses an already-opened serial port.
(Inherited from SerialMotorDriver.)
Public methodOpen(Stream)
Uses an already-open stream.
(Inherited from SerialMotorDriver.)
Public methodOpen(SerialPort, Boolean)
Uses an already-opened serial port, and optionally takes ownership of it.
(Inherited from SerialMotorDriver.)
Public methodOpen(Stream, Boolean)
Uses an already-open stream, and optionally takes ownership of it.
(Inherited from SerialMotorDriver.)
Public methodOpen(String, Int32)
Opens the specified serial port.
(Inherited from SerialMotorDriver.)
Public methodStop
Stops.
Top
See Also

Reference