|
Defines |
| #define | DEBUGING 1 |
| #define | DEBUG(msg) printf("%s\n", (msg)); |
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) |