serial.h
Go to the documentation of this file.
1 
48 #ifndef SERIAL_H_
49 #define SERIAL_H_
50 
51 int OpenSerial(void **handle, const char *port_name);
52 
53 int SetupSerial(void *handle);
54 
55 int WriteData(void *handle, const char *buffer, int length);
56 
57 int ReadData(void *handle, char *buffer, int length);
58 
59 int CloseSerial(void *handle);
60 
61 #endif /* SERIAL_H_ */
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)


husky_base
Author(s): Mike Purvis , Paul Bovbel
autogenerated on Fri Oct 2 2020 03:40:07