DAS
3.1.6 - 18/09/2017
|
Go to the source code of this file.
Macros | |
#define | B_110 2 |
#define | B_115200 18 |
#define | B_1200 7 |
#define | B_150 4 |
#define | B_19200 15 |
#define | B_2400 10 |
#define | B_300 5 |
#define | B_38400 16 |
#define | B_4800 12 |
#define | B_57600 17 |
#define | B_600 6 |
#define | B_9600 14 |
#define | COM1 0 |
#define | COM2 1 |
#define | COM3 2 |
#define | COM4 3 |
#define | EVEN_PARITY 3 |
#define | NO_PARITY 0 |
#define | ODD_PARITY 1 |
Functions | |
void | commbrk (int portn) |
int | commchk (int portn) |
void | commclr (int portn) |
void | commdtr (int portn, int dtr) |
void | comminit (int portn, int baudr, int charsiz, int parity) |
char | commrecv (int) |
void | commsend (int portn, char ch) |
void | commterm (int portn) |
#define COM1 0 |
Definition at line 79 of file COMM.H.
Referenced by DB_InitMotor().
#define COM2 1 |
Definition at line 80 of file COMM.H.
Referenced by DB_InitMotor().
void commbrk | ( | int | portn | ) |
int commchk | ( | int | portn | ) |
void commclr | ( | int | portn | ) |
void commdtr | ( | int | portn, |
int | dtr | ||
) |
void comminit | ( | int | portn, |
int | baudr, | ||
int | charsiz, | ||
int | parity | ||
) |
char commrecv | ( | int | ) |
void commsend | ( | int | portn, |
char | ch | ||
) |
void commterm | ( | int | portn | ) |