Yahoo Groups archive

AVR-Chat

Index last updated: 2026-04-28 22:41 UTC

Message

Re: [AVR-Chat] Avr Bootloader 2.0.1

2005-07-22 by Dave VanHorn

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.

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.