Activity › Forums › Questions & Troubleshooting › Hardware › RS486 and MODBUS RTU › Reply To: RS486 and MODBUS RTU
-
Hi, I Had the same problem, I tried to use ControllinoModbusSlave, and others libraries, without luck, I check the Controllino.h and found this two functions:
void Controllino_RS485TxEnable( void );
void Controllino_RS485RxEnable( void );
the question is, can I use thos funcitions to enable RS485 data transfer?