51 int OpenSerial(
void **handle,
const char *port_name);
55 int WriteData(
void *handle,
const char *buffer,
int length);
57 int ReadData(
void *handle,
char *buffer,
int length);
int OpenSerial(void **handle, const char *port_name)
int CloseSerial(void *handle)
int ReadData(void *handle, char *buffer, int length)
int WriteData(void *handle, const char *buffer, int length)
int SetupSerial(void *handle)