See: Description
Interface | Description |
---|---|
SerialDevice |
SerialDevice is a service representing a device performing serial
communication.
|
SerialEvent |
A serial device event.
|
SerialEventListener |
Serial events are sent using the white board model, in which a bundle
interested in receiving the Serial events registers an object implementing
the SerialEventListener interface.
|
Class | Description |
---|---|
SerialConstants |
Constants for serial device settings.
|
SerialPortConfiguration |
An object represents the Serial port configuration.
|
Exception | Description |
---|---|
SerialDeviceException |
A exception used to indicate that a serial device communication problem
occurred.
|
Bundles wishing to use this package must list the package in the Import-Package header of the bundle's manifest. This package has two types of users: the consumers that use the API in this package and the providers that implement the API in this package.
Example import for consumers using the API in this package:
Import-Package: org.osgi.service.serial; version="[1.0,2.0)"
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0