#include "rs232.h"
Go to the source code of this file.
Functions | |
| void | CloseComport () |
| int | IsCTSEnabled () |
| int | OpenComport (char *comport, int baudrate) |
| int | PollComport (unsigned char *buf, int size) |
| int | SendBuf (unsigned char *buf, int size) |
| int | SendByte (unsigned char byte) |
Variables | |
| char | baudr [64] |
| HANDLE | Cport |