KangarooSerial ClassKangaroo Library for .NET
Create a KangarooSerial for the serial port you are using, and then attach a KangarooChannel for each channel you want to communicate with.
Inheritance Hierarchy

SystemObject
  DimensionEngineering.KangarooKangarooSerial

Namespace: DimensionEngineering.Kangaroo
Assembly: DimensionEngineering.Kangaroo (in DimensionEngineering.Kangaroo.dll) Version: 1.0.5.0 (1.0.5.0)
Syntax

public class KangarooSerial : IDisposable

The KangarooSerial type exposes the following members.

Constructors

  NameDescription
Public methodKangarooSerial
Constructs a KangarooSerial object.
Top
Methods

  NameDescription
Public methodClose
Closes the serial port.
Public methodOpen(SerialPort)
Uses an already-open serial port.
Public methodOpen(Stream)
Uses an already-open stream.
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