##// END OF EJS Templates
Use Autotools and libtools now /!\ unstable, Win port not ready
Use Autotools and libtools now /!\ unstable, Win port not ready

File last commit:

r3:c463c7242078 alexis
r3:c463c7242078 alexis
Show More
RS232.h
9 lines | 252 B | text/x-c | CLexer
Use Autotools and libtools now /!\ unstable, Win port not ready
r3 // 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);