2020-10-19 04:47 AM
Actually i got the project on modbus but i am trying to code without using libraries but i am not getting expected result. can anyone help me with this and what extra line i need to add in my code please.
Thank you
2020-10-19 06:19 AM
Who's project is this?
The code could be written in many ways, you'll need to debug and trace your code and see how it deviates from those of the working libraries..
2020-10-19 08:54 PM
2020-10-19 08:55 PM
2020-10-19 11:36 PM
Download the modbus specs from modbus.org, and implement it the way you feel fit.
Especially the ASCII protocol is quite simple.
Check the specs of the clients (or master ?) you want to use. Many device on the market deviate in some aspects, you probably want to account for that.
2020-10-20 09:57 PM
But i am using modbus RTU. I searched in modbus.org but i am not getting any data releated to modbus RTU. can you please help me with
Thank you