Package com.pi4j.io.serial
Class RaspberryPiSerial
- java.lang.Object
-
- com.pi4j.io.serial.RaspberryPiSerial
-
public class RaspberryPiSerial extends Object
This class simply exposed the available UART/serial port address (device file paths) that are exposed on the RaspberryPi.
-
-
Field Summary
Fields Modifier and Type Field Description static String
AMA0_COM_PORT
static String
DEFAULT_COM_PORT
static String
S0_COM_PORT
-
Constructor Summary
Constructors Constructor Description RaspberryPiSerial()
-
-
-
Field Detail
-
AMA0_COM_PORT
public static final String AMA0_COM_PORT
- See Also:
- Constant Field Values
-
DEFAULT_COM_PORT
public static final String DEFAULT_COM_PORT
- See Also:
- Constant Field Values
-
S0_COM_PORT
public static final String S0_COM_PORT
- See Also:
- Constant Field Values
-
-