Hi,
I have been working with ModBusRTU library using ESP32 by following the steps given in the tutorial. I am able to make simple Modbus communication between Two ESP32 devices using RS485 modules by making one of them as Master and another as Slave.
As the author of the above tutorial, I am also planning to make a Pick-To-Light device architecture. I am able to send values from Master to Slave device using the above library. But I don't have idea to get the Acknowledge message from the Slave device to the Master.
I have some questions:
1) How can I get the Acknowledge message from the Slave device after pressing a button from Slave device to Master?
2) What is the maximum number of Slave devices, I can connect to a Single Master for perfect communication?
3) Is there any problem if I use Raspberry Pi 4B as a Master instead of ESP32?If it's possible, What library suits best for this purpose?
Eagerly waiting for ideas from fellow enthusiasts.
I have been working with ModBusRTU library using ESP32 by following the steps given in the tutorial. I am able to make simple Modbus communication between Two ESP32 devices using RS485 modules by making one of them as Master and another as Slave.
As the author of the above tutorial, I am also planning to make a Pick-To-Light device architecture. I am able to send values from Master to Slave device using the above library. But I don't have idea to get the Acknowledge message from the Slave device to the Master.
I have some questions:
1) How can I get the Acknowledge message from the Slave device after pressing a button from Slave device to Master?
2) What is the maximum number of Slave devices, I can connect to a Single Master for perfect communication?
3) Is there any problem if I use Raspberry Pi 4B as a Master instead of ESP32?If it's possible, What library suits best for this purpose?
Eagerly waiting for ideas from fellow enthusiasts.
