Hi.

..
> Are you (or anyone) using lib/xonxoff.frt?

No.

I modified QUIT to achieve a xon xoff handshake with Zterm (mac OSX).

The Idea was:
Create 2 vectors in eeprom to hold execution token (xt) for words to  
send control characters to terminal - value startterminal and value  
stopterminal. Default is NOOP for both. The XONXOFF command then  
replaces the default values with TX_XON and XT_XOFF Words. The FINIS  
command set both back to NOOP.

QUIT checks state, if compiling it uses a prompts that executes stop-  
and startterminal, else uses amforth standard prompt.

A soucefile has XONXOFF at the beginning ans FINIS at end of code.
There is en errorhandler as well that may by turnd on and off.

My amforthversion 3.6 uses pollling method for USART.

Michael




Am 30.03.2011 um 23:24 schrieb Marcin Cieslak:

>>> Kalus Michael <michael.ka...@onlinehome.de> 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



------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
Amforth-devel mailing list
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to