Go to the source code of this file.
Functions | |
void | closeComPort (int comPort) |
int | numBytesReadComPort (int comPort) |
int | openComPort (const char *comPortPath, int baudRate) |
int | purgeComPort (int comPortHandle) |
int | readComPort (int comPort, unsigned char *bytes, int bytesToRead) |
int | uartInit (const char *comPortPath, int baudRate) |
int | uartRelease (int comPort) |
int | writeComPort (int comPort, unsigned char *bytesToWrite, int size) |
void closeComPort | ( | int | comPort | ) |
Definition at line 169 of file hcl_uart.c.
int numBytesReadComPort | ( | int | comPort | ) |
Definition at line 207 of file hcl_uart.c.
int openComPort | ( | const char * | comPortPath, |
int | baudRate | ||
) |
Definition at line 66 of file hcl_uart.c.
int purgeComPort | ( | int | comPortHandle | ) |
Definition at line 47 of file hcl_uart.c.
int readComPort | ( | int | comPort, |
unsigned char * | bytes, | ||
int | bytesToRead | ||
) |
Definition at line 181 of file hcl_uart.c.
int uartInit | ( | const char * | comPortPath, |
int | baudRate | ||
) |
Definition at line 222 of file hcl_uart.c.
int uartRelease | ( | int | comPort | ) |
Definition at line 236 of file hcl_uart.c.
int writeComPort | ( | int | comPort, |
unsigned char * | bytesToWrite, | ||
int | size | ||
) |
Definition at line 194 of file hcl_uart.c.