Package org.osgi.service.serial


@Version("1.0.1") package org.osgi.service.serial
Serial Device Service Specification Package Version 1.0.

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)"

  • Class
    Description
    Constants for serial device settings.
    SerialDevice is a service representing a device performing serial communication.
    A exception used to indicate that a serial device communication problem occurred.
    A serial device event.
    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.
    An object represents the Serial port configuration.