public interface SerialDataListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
dataReceived(String data)
Called when data is received on a serial port.
|
void dataReceived(String data)
data
- The data that was received as a string.