From: Robert E. <epp...@so...> - 2012-01-14 07:04:23
|
Erich Waelde <ew....@na...> 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 |