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