| Interface | Description | 
|---|---|
| Serial | 
 This interface provides a set of functions for 'Serial' communication. 
 | 
| SerialDataEventListener | 
  This interface implements the callback event handler for Serial Data events. 
 | 
| SerialDataReader | |
| SerialDataWriter | 
| Class | Description | 
|---|---|
| BananaPiSerial | 
 This class simply exposed the available UART/serial port
 address (device file paths) that are exposed on the BananaPi. 
 | 
| BananaProSerial | 
 This class simply exposed the available UART/serial port
 address (device file paths) that are exposed on the BananaPro. 
 | 
| OdroidSerial | 
 This class simply exposed the available UART/serial port
 address (device file paths) that are exposed on the Odroid C1/C1+/C2. 
 | 
| OrangePiSerial | 
 This class simply exposed the available UART/serial port
 address (device file paths) that are exposed on the BananaPro. 
 | 
| RaspberryPiSerial | 
 This class simply exposed the available UART/serial port
 address (device file paths) that are exposed on the RaspberryPi. 
 | 
| SerialConfig | |
| SerialDataEvent | 
  This class provides the serial data event object. 
 | 
| SerialFactory | 
  This factory class provide a static method to create new 'Serial' instances. 
 | 
| SerialPort | 
| Enum | Description | 
|---|---|
| Baud | |
| DataBits | |
| FlowControl | |
| Parity | |
| StopBits | 
| Exception | Description | 
|---|---|
| SerialPortException | 
  This class represents Exception that might occur in Serial interface. 
 | 
Copyright © 2012–2019 Pi4J. All rights reserved.