SerialMotorDriver ClassSyRen/Sabertooth Library for .NET
Supports the serial motor driver classes.
Inheritance Hierarchy

SystemObject
  DimensionEngineeringSerialMotorDriver
    DimensionEngineeringSabertooth
    DimensionEngineeringSabertoothSimplified
    DimensionEngineeringSyRenSimplified
    DimensionEngineeringUsbSabertoothSerial

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

public abstract class SerialMotorDriver : IDisposable

The SerialMotorDriver type exposes the following members.

Methods

  NameDescription
Public methodClose
Closes the serial port, if the instance has ownership of it.
Public methodOpen(SerialPort)
Uses an already-opened serial port.
Public methodOpen(Stream)
Uses an already-open stream.
Public methodOpen(SerialPort, Boolean)
Uses an already-opened serial port, and optionally takes ownership of it.
Public methodOpen(Stream, Boolean)
Uses an already-open stream, and optionally takes ownership of it.
Public methodOpen(String, Int32)
Opens the specified serial port.
Top
Properties

  NameDescription
Public propertyIsOpen
Gets whether the serial port is open.
Public propertyPort
Gets the serial port being used.
Top
See Also

Reference