Byte-oriented protocol: Difference between revisions

Content deleted Content added
m fmt
No edit summary
Line 1:
'''Byte-oriented framing protocol''' is similar to [[bit-oriented protocol]] except that instead of viewing the frame as a collection of bits, [[byte-oriented]] framing views the frame as a collection of bytes. For eg. UART communication is byte oriented.
 
[[Category:Data transmission]]