TwiceAsNice
2019-02-18
|
#include "rs232.h"
Functions | |
int | OpenComport (int comport_number, int baudrate) |
int | PollComport (int comport_number, unsigned char *buf, int size) |
int | SendByte (int comport_number, unsigned char byte) |
int | SendBuf (int comport_number, unsigned char *buf, int size) |
void | CloseComport (int comport_number) |
int | IsCTSEnabled (int comport_number) |
void | cprintf (int comport_number, const char *text) |
Variables | |
HANDLE | Cport [16] |
char | comports [16][10] |
char | baudr [64] |
void CloseComport | ( | int | comport_number | ) |
void cprintf | ( | int | comport_number, |
const char * | text | ||
) |
int IsCTSEnabled | ( | int | comport_number | ) |
int OpenComport | ( | int | comport_number, |
int | baudrate | ||
) |
int PollComport | ( | int | comport_number, |
unsigned char * | buf, | ||
int | size | ||
) |
int SendBuf | ( | int | comport_number, |
unsigned char * | buf, | ||
int | size | ||
) |
int SendByte | ( | int | comport_number, |
unsigned char | byte | ||
) |
char baudr[64] |
char comports[16][10] |
HANDLE Cport[16] |