I am in the process of designing industrial control systems that require intercommunication between them. Because of certain requirement, I need a fast link with a high degree of data integrity but the amount of data transmitted between systems is not large, about 10 bytes. I would use RS485, half-duplex wire as the physical link. All this is basically a given and fixed. All I need to know is if I would require to do "bit stuffing" on the data as to prevent the line "seeing" more than 4 consecutive "0" or 4 consecutive "1". The references I can find only refers to "bit stuffing" in order for synchronization between receiver and transmitter. Because RS485 is an asynchronous bit stuffing is not required. What are your view points?
"Almost" Good Answers: