public interface SerialDataParser
| Modifier and Type | Method and Description | 
|---|---|
| String | getLeftOverString()This function must return the data that was left-over
        from the previous parse, if at all. | 
| String[] | parse(String data)Called to parse the raw data into tokens or sentences. | 
String[] parse(String data)
data - The raw data.String getLeftOverString()