RS485 is hardware serial-interface standard that defines the hardware for carrying a message.
Modbus is a messaging protocol that defines the content of that message.
So far, so good: the two do not 'differ' at all. BUT, there is one hardware requirement for Modbus over a SERIAL-line: the message ends when no character has been sent for 3.5(?) character-times.
That requirement is meaningless for Ethernet because a message 'ends' when its packet ends.
Another potential problem is that Modbus defines a CRC for its messages and Ethernet already has a CRC on its packets.
You need to know how your converter works: how it knows when an output-packet starts and when it ends.
Hey thanks, sorry for the slow response! I don't really understand the difference between the RS485 and MODBUS by understanding is that an RS485 port can be used for MODBUS.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.