#include <stdio.h>
#include <string.h>
#include <windows.h>
Go to the source code of this file.
◆ RS232_CloseComport()
| void RS232_CloseComport |
( |
int |
comport_number | ) |
|
◆ RS232_cputs()
| void RS232_cputs |
( |
int |
comport_number, |
|
|
const char * |
text |
|
) |
| |
◆ RS232_disableDTR()
| void RS232_disableDTR |
( |
int |
comport_number | ) |
|
◆ RS232_disableRTS()
| void RS232_disableRTS |
( |
int |
comport_number | ) |
|
◆ RS232_enableDTR()
| void RS232_enableDTR |
( |
int |
comport_number | ) |
|
◆ RS232_enableRTS()
| void RS232_enableRTS |
( |
int |
comport_number | ) |
|
◆ RS232_flushRX()
| void RS232_flushRX |
( |
int |
comport_number | ) |
|
◆ RS232_flushRXTX()
| void RS232_flushRXTX |
( |
int |
comport_number | ) |
|
◆ RS232_flushTX()
| void RS232_flushTX |
( |
int |
comport_number | ) |
|
◆ RS232_GetPortnr()
| int RS232_GetPortnr |
( |
const char * |
devname | ) |
|
◆ RS232_IsCTSEnabled()
| int RS232_IsCTSEnabled |
( |
int |
comport_number | ) |
|
◆ RS232_IsDCDEnabled()
| int RS232_IsDCDEnabled |
( |
int |
comport_number | ) |
|
◆ RS232_IsDSREnabled()
| int RS232_IsDSREnabled |
( |
int |
comport_number | ) |
|
◆ RS232_IsRINGEnabled()
| int RS232_IsRINGEnabled |
( |
int |
comport_number | ) |
|
◆ RS232_OpenComport()
| int RS232_OpenComport |
( |
int |
comport_number, |
|
|
int |
baudrate, |
|
|
const char * |
mode, |
|
|
int |
flowctrl |
|
) |
| |
◆ RS232_PollComport()
| int RS232_PollComport |
( |
int |
comport_number, |
|
|
unsigned char * |
buf, |
|
|
int |
size |
|
) |
| |
◆ RS232_SendBuf()
| int RS232_SendBuf |
( |
int |
comport_number, |
|
|
unsigned char * |
buf, |
|
|
int |
size |
|
) |
| |
◆ RS232_SendByte()
| int RS232_SendByte |
( |
int |
comport_number, |
|
|
unsigned char |
byte |
|
) |
| |