##// END OF EJS Templates
change to supress strlen from rs232write fonction
change to supress strlen from rs232write fonction

File last commit:

r4:cfb6af136e61 default
r4:cfb6af136e61 default
Show More
RS232.h
9 lines | 259 B | text/x-c | CLexer
// 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 Len_psWrite);
int rs232read(int fd,char *psReadHex, int ReadBufferSize);