See: Description
Interface | Description |
---|---|
ISerialCommAquisitionService |
This is the factory for managing ISerialCommService objects.
|
ISerialCommService |
This is the primary control class for a SerialComm port.
|
Class | Description |
---|---|
BaudRate |
This static class provides the available baud rates.
|
BitsPerByte |
This static class provides the available word sizes.
|
Parity |
This static class provides the available parity settings.
|
SerialCommInputStream |
This is an extension of the standard InputStream, providing additional
functionality to be able to wait for incoming data.
|
SerialCommOutputStream |
This is an extension of the standard OutputStream, providing functionality
to be able to wait for all data to be sent.
|
SerialMode |
This static class provides the available operating modes.
|
StopBits |
This static class provides the available stop bit counts.
|
Exception | Description |
---|---|
ParameterInvalidException |
Parameter did not pass validation testing.
|
PortInUseException |
Requested a port in an exclusion conflicting manner.
|
PortNotAvailableException |
Attempted an operation on a physically nonexistent port.
|
Copyright © 2009 Eurotech Inc. All rights reserved.