| DisableTermination() | SerialPort | |
| EnableTermination(char terminator= '\n') | SerialPort | |
| Flush(void) | SerialPort | |
| GetBytesReceived(void) | SerialPort | |
| Printf(const char *writeFmt,...) | SerialPort | |
| Read(char *buffer, int count) | SerialPort | |
| Reset(void) | SerialPort | |
| Scanf(const char *readFmt,...) | SerialPort | |
| SerialPort(unsigned int baudRate, unsigned char dataBits=8, Parity parity=kParity_None, StopBits stopBits=kStopBits_One) | SerialPort | |
| SetFlowControl(FlowControl flowControl) | SerialPort | |
| SetTimeout(int timeout_ms) | SerialPort | |
| SetWriteBufferMode(WriteBufferMode mode) | SerialPort | |
| Write(const char *buffer, int count) | SerialPort | |
| ~SerialPort() | SerialPort |
1.5.5