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 SummaryFields Modifier and Type Field Description static StringAMA0_COM_PORTstatic StringDEFAULT_COM_PORTstatic StringS0_COM_PORT
 - 
Constructor SummaryConstructors Constructor Description RaspberryPiSerial()
 
- 
- 
- 
Field Detail- 
AMA0_COM_PORTpublic static final String AMA0_COM_PORT - See Also:
- Constant Field Values
 
 - 
DEFAULT_COM_PORTpublic static final String DEFAULT_COM_PORT - See Also:
- Constant Field Values
 
 - 
S0_COM_PORTpublic static final String S0_COM_PORT - See Also:
- Constant Field Values
 
 
- 
 
-