##// END OF EJS Templates
rs232read clean
rs232read clean

File last commit:

r1:53f78c15a9b9 default
r1:53f78c15a9b9 default
Show More
RS232.h
9 lines | 252 B | text/x-c | CLexer
// SOPSUYSI_RS232.h
int rs232open(char* psPortName);
int rs232close(int fd);
int rs232setup(int fd, int ChSize, int BaudeRate, int Parity, int NbStop);
int rs232write(int fd,char *psWrite);
int rs232read(int fd,char *psReadHex, int ReadBufferSize);