Erich Waelde <[email protected]> writes:

> 4.
> amforth-upload.py is confused from this point on, because it
> sent some character, a '\' say, and it does not read back this
> backslash (the echoed response from amforth). The program will
> stall at this point.
>
> Matthias has suggested to add "dest.flush()"
> after line 103 of this snippet
>      102         for o in list(string):
>      103                 dest.write(o);
>      104                 dest.flush();    #<--- added here
>      105                 if o == "\t":
>      106                         o = " "
>      107
>      108                 while True:
>
>
> But I never came around to test this. Do you want to try that?

did not help.
I got 'amfoamforth 4.6 ATmega328P' this time, keeps changing.

Robert


------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
[email protected]
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to