Implementing MODBUS slave using just one Timer

  • Thread starter Sheshil Shaji V Thomas
  • Start date
S

Thread Starter

Sheshil Shaji V Thomas

Hi, I am a beginner to MODBUS protocol and I've built a code for MODBUS slave device.

I have used 3 timers- one for checking t_3.5 character time for the requests received from the master, one for t_1.5 character time for received requests from the Master and the last for t_3.5 character time for the response from the slave.

I want to know if it is possible to implement MODBUS slave device using just "One" timer. This is because my whole project would be leaving only one timer for MODBUS.
 
Top