|
Classes |
| struct | SerialParams |
| struct | SerialPort |
Functions |
| void | initSerialParams (SerialParams *params) |
| int | openSerialPort (SerialPort *port, SerialParams *params) |
| int | closeSerialPort (SerialPort *port) |
| int | setRTSSerialPort (SerialPort *port, int level) |
| int | waitforoneSerialPort (SerialPort *port, long time) |
| int | waitforallSerialPorts (SerialPort **ports, int count, int *setofports, long time) |
| int | readfromSerialPort (SerialPort *port, char *buf, int count) |
| int | writetoSerialPort (SerialPort *port, char *buf, int count) |
| int | sendBreakSerialPort (SerialPort *port) |