#include <stdio.h>
#include <string.h>
#include <windows.h>
Go to the source code of this file.
Functions | |
int | RS232_BufferSize (int) |
void | RS232_CloseComport (int) |
void | RS232_cputs (int, const char *) |
void | RS232_disableDTR (int) |
void | RS232_disableRTS (int) |
void | RS232_enableDTR (int) |
void | RS232_enableRTS (int) |
int | RS232_IsCTSEnabled (int) |
int | RS232_IsDCDEnabled (int) |
int | RS232_IsDSREnabled (int) |
int | RS232_OpenComport (int, int, const char *) |
int | RS232_PollComport (int, unsigned char *, int) |
int | RS232_SendBuf (int, unsigned char *, int) |
int | RS232_SendByte (int, unsigned char) |
int RS232_BufferSize | ( | int | ) |
void RS232_CloseComport | ( | int | ) |
void RS232_cputs | ( | int | , |
const char * | |||
) |
void RS232_disableDTR | ( | int | ) |
void RS232_disableRTS | ( | int | ) |
void RS232_enableDTR | ( | int | ) |
void RS232_enableRTS | ( | int | ) |
int RS232_IsCTSEnabled | ( | int | ) |
int RS232_IsDCDEnabled | ( | int | ) |
int RS232_IsDSREnabled | ( | int | ) |
int RS232_OpenComport | ( | int | , |
int | , | ||
const char * | |||
) |
int RS232_PollComport | ( | int | , |
unsigned char * | , | ||
int | |||
) |
int RS232_SendBuf | ( | int | , |
unsigned char * | , | ||
int | |||
) |
int RS232_SendByte | ( | int | , |
unsigned | char | ||
) |