- serialEvent(SerialPortEvent) - Method in interface com.fazecast.jSerialComm.SerialPortDataListener
-
- SerialPort - Class in com.fazecast.jSerialComm
-
This class provides native access to serial ports and devices without requiring external libraries or tools.
- SerialPort() - Constructor for class com.fazecast.jSerialComm.SerialPort
-
- SerialPortDataListener - Interface in com.fazecast.jSerialComm
-
This interface must be implemented to enable simple event-based serial port I/O.
- SerialPortEvent - Class in com.fazecast.jSerialComm
-
This class describes an asynchronous serial port event.
- SerialPortEvent(SerialPort, int) - Constructor for class com.fazecast.jSerialComm.SerialPortEvent
-
Constructs a
SerialPortEvent
object corresponding to the specified serial event type.
- SerialPortEvent(SerialPort, int, byte[]) - Constructor for class com.fazecast.jSerialComm.SerialPortEvent
-
Constructs a
SerialPortEvent
object corresponding to the specified serial event type and containing the passed-in data bytes.
- SerialPortPacketListener - Interface in com.fazecast.jSerialComm
-
This interface must be implemented to enable full packet reads using event-based serial port I/O.
- setBaudRate(int) - Method in class com.fazecast.jSerialComm.SerialPort
-
Sets the desired baud rate for this serial port.
- setComPortParameters(int, int, int, int) - Method in class com.fazecast.jSerialComm.SerialPort
-
Sets all serial port parameters at one time.
- setComPortTimeouts(int, int, int) - Method in class com.fazecast.jSerialComm.SerialPort
-
Sets the serial port read and write timeout parameters.
- setFlowControl(int) - Method in class com.fazecast.jSerialComm.SerialPort
-
Specifies what kind of flow control to enable for this serial port.
- setNumDataBits(int) - Method in class com.fazecast.jSerialComm.SerialPort
-
Sets the desired number of data bits per word.
- setNumStopBits(int) - Method in class com.fazecast.jSerialComm.SerialPort
-
Sets the desired number of stop bits per word.
- setParity(int) - Method in class com.fazecast.jSerialComm.SerialPort
-
Sets the desired parity error-detection scheme to be used.
- SPACE_PARITY - Static variable in class com.fazecast.jSerialComm.SerialPort
-