From: Marcin C. <sa...@sa...> - 2011-03-30 21:24:58
|
>> Kalus Michael <mic...@on...> wrote: > I use ZTerm with Mac OSX. In typing mode, it stops sending when XOFF > character is echoed, and continues after XON. So my amforth CR sends > xoff to the Terminal too, and the OK is followed by XON. > (Typing mode: copy&paste forth souce into ZTerm window, do not use > ZTerms file transfer feature. Setup the ZTerm as VT100 with line > prompt character ^C ($13 = xoff)). Are you (or anyone) using lib/xonxoff.frt? It never worked for me (caused quick breakage in all communications on my Arduino). I am using GNU screen utility to paste files to amforth- there is a "slowpaste" (or "defslowpaste") option to add delay when pasting. 50 millseconds are fine. //Marcin |