bsav98

Results 2 issues of bsav98

Hi! I'm trying to communicate over two Raspberry Pi. There is code for master : #include #include #include int main(int argc, char *argv[]) { modbus_t *ctx; uint16_t tab_reg[64]; int rc;...

Hi, does anyone know how to implement random number function in this modbus-tcp slave script, and write it to registers individualy to establieshed master to read it? #include #include #include...