seyyah
Advanced Member level 2
- Joined
- Oct 7, 2001
- Messages
- 646
- Helped
- 8
- Reputation
- 16
- Reaction score
- 8
- Trophy points
- 1,298
- Activity points
- 6,234
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.