At 01:01 AM 7/22/2005, Amir Rahafrooz wrote: >Does anyone have source code for Avr Bootloader? >I saw its protocol and tried to write it with codevisionavr, but still >have some problems,I can't exactly find out what it mean by "X- >ON/X_OFF Handshaking" in its protocol. Xon/Xoff is a method of handshaking that uses two chars (xon) and (xoff) to pace the flow of data. When the recipient wants the sender to stop, it sends (xoff) to the sender. When it wants the sender to start sending again, it sends (xon). Obviously the data stream can't contain the chars (xon) or (xoff) because it would be interpreted as handshaking. Pull up an ascii chart to see the definitions of all the special chars defined in the ascii char set.
Message
Re: [AVR-Chat] Avr Bootloader 2.0.1
2005-07-22 by Dave VanHorn
Attachments
- No local attachments were found for this message.