seyyah
Advanced Member level 2
I want to design a simple yet robust serial communication protocol over rs485. There will be multiple slaves and one master. What I could not decided is how to determine the end of a message. I may do it like the one in modbus e.g. using a time-out technique but I want it to be more flexible. I may think to use a special end of message character(s) but then how will I separate the real message character from the end of message character. Is there any way that is used in common for this purpose or any idea? Thanks.