Hi Matthias, Thank you for the response. You answered also to another question: "how can I know if the mcu is ready to accept another line?". Using your xon_xoff.frt (with no flow control on the serial line) I will receive an XON when the mcu is ready.
Despite of his name this is the ready/busy flag we were searching for. XOFF is not really usefull (only asserts that mcu has received a line). Do you think to add this feature (eventually on request via WANT_XON_XOFF)? Paolo Inviato da Samsung Mobile -------- Original message -------- Subject: Re: [Amforth] R: Re: R: Re: R: Re: HW flow control From: Matthias Trute <[email protected]> To: Everything around amforth <[email protected]> CC: Paolo, > Does REFILL load a single line? The REFILL for the terminal input (TIB-REFILL) calls ACCEPT and this returns a single line. So: yes. > In a multiline colon definition is it called for each line? Yes. Matthias ------------------------------------------------------------------------------ _______________________________________________ Amforth-devel mailing list for http://amforth.sf.net/ [email protected] https://lists.sourceforge.net/lists/listinfo/amforth-devel ------------------------------------------------------------------------------ _______________________________________________ Amforth-devel mailing list for http://amforth.sf.net/ [email protected] https://lists.sourceforge.net/lists/listinfo/amforth-devel
