You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
194 B
C

int rs485_crc(unsigned char buf[16]);
int rs485_send(unsigned char buf[16]);
int rs485_recv(unsigned char buf[16]);
int rs485_recv_loop(void);
int rs485_close(void);
int rs485_open(char *path);