#include <stdio.h>
#include <string.h>
#include <windows.h>
Go to the source code of this file.
Functions | |
void | CloseComport (int) |
void | cprintf (int, const char *) |
int | IsCTSEnabled (int) |
int | OpenComport (int, int) |
int | PollComport (int, unsigned char *, int) |
int | SendBuf (int, unsigned char *, int) |
int | SendByte (int, unsigned char) |
void CloseComport | ( | int | ) |
int IsCTSEnabled | ( | int | ) |
int OpenComport | ( | int | , |
int | |||
) |
int PollComport | ( | int | , |
unsigned char * | , | ||
int | |||
) |