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
DimensionEngineering.KangarooKangarooSerial
Namespace: DimensionEngineering.Kangaroo
Assembly: DimensionEngineering.Kangaroo (in DimensionEngineering.Kangaroo.dll) Version: 1.0.5.0 (1.0.5.0)
Syntax
The KangarooSerial type exposes the following members.
Constructors
Name | Description | |
---|---|---|
KangarooSerial |
Constructs a KangarooSerial object.
|
Methods
Name | Description | |
---|---|---|
Close |
Closes the serial port.
| |
Open(SerialPort) |
Uses an already-open serial port.
| |
Open(Stream) |
Uses an already-open stream.
| |
Open(String, Int32) |
Opens the specified serial port.
|
Properties
Name | Description | |
---|---|---|
IsOpen |
Gets whether the serial port is open.
| |
Port |
Gets the serial port being used.
|
See Also