Re: [Flashforth-devel] FF 5.x - Xon Xoff with Teraterm
Brought to you by:
oh2aun
From: om1zz <om...@vo...> - 2015-05-18 15:07:19
|
Mike, the flashing behaviour will not change in FF. By sending ok with each line you just provide a syncing with terminal. Now you may have 300lines of comments without any ok (any sync), or a word def 300 lines long also without any sync thus the overruns occur. Igor. ______________________________________________________________ > Od: Mikael Nordman <mik...@fl...> > Komu: <fla...@li...> > Datum: 18.05.2015 16:56 > Předmět: Re: [Flashforth-devel] FF 5.x - Xon Xoff with Teraterm > >I considered to print OK after every line but then I did not want to >change the old behaviour. So I made the ff-shell to just wait for newlines. > >The approach with Amforth would not work with FF anyway. >Thats because the block write to flash may occur in the middle of a word. >In contrast Amforth does not have any such block write. I think it >writes each cell separately to flash, thus always having a constant delay. > >But you can try to modify QUIT to print OK after every line. > >BR Mike > >On 18.05.2015 16:03, om1zz wrote: >> Peter, Mikael, thanks for the info! >> I've tried the python ff-shell under XP with no luck (it throws some errors). >> >> There is a small editor/loader called Forfiter, I used to use in past. >> You can set cr/nl delay to, for example, 1000ms, and any upcoming 'ok' will bypass that delay then. >> The Forfiter works fine with amforth, but with FF there is an issue - the FF does not return 'ok' after each line when it receives lines (amforth does). >> So with single liners it works nice (it receives 'ok' and goes immediately to the next line), but with comments and words defs over many lines it simply waits 1000ms at each line until the final 'ok' arrives. >> Would it be possible to print 'ok' after each line received in FF?? >> I. > >------------------------------------------------------------------------------ >One dashboard for servers and applications across Physical-Virtual-Cloud >Widest out-of-the-box monitoring support with 50+ applications >Performance metrics, stats and reports that give you Actionable Insights >Deep dive visibility with transaction tracing using APM Insight. >http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >_______________________________________________ >Flashforth-devel mailing list >Fla...@li... >https://lists.sourceforge.net/lists/listinfo/flashforth-devel > |