avr-chat
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-chat] Flow control with Butterfly


From: Pertti Kellomäki
Subject: Re: [avr-chat] Flow control with Butterfly
Date: Fri, 18 Mar 2005 14:34:32 +0200

18. maalis 2005 kello 13:41, Trevor White wrote:
Hi, maybe you could put a big pause between each char sent to see if it is overhead....

With my typing speed that's what I essentially
do when I talk with the Butterfly from Hyperteminal ;-)

Everything is fine and dandy when I do the talking,
the problem only manifests itself when I talk to
the Butterfly from a Python program. That is,

        ser.write("command\r")

loses characters, but

        for c in "command\r":
                ser.write(c)
                ser.read()

works fine.
--
Pertti





reply via email to

[Prev in Thread] Current Thread [Next in Thread]