Re: [Flashforth-devel] FF 5.x - Xon Xoff with Teraterm
Brought to you by:
oh2aun
From: Peter J. <pe...@me...> - 2015-05-18 11:08:52
|
When building the Tcl/Tk version of ff-shell, I found that I needed a 1ms pause between characters, else I would occasionally experience buffer over-runs on a PIC24. Both the Python and Tcl versions of ff-shell wait for the microcontroller to return a carriage-return before sending subsequent lines when sending a file. It's more certain than an end-of line delay that you mention below (and it's quicker, mostly). Could you try ff-shell.tcl to see if it behaves well? Regards, Peter J. On 18/05/15 20:35, om1zz wrote: > The issue below has been with copy/paste into the terminal window. > When uploading the file with Send File I get after ~13 lines: > ok<#,ram> > -fpmath |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||... > I. > > >> Hi, I've been using Teraterm and Ca-42 dongle under XP. >> I set TX, RX buffer to 511, and RX OFF FILL to 128. >> dspic33fj at 40MHz Fcy, latest FF. >> >> Running 115k2, 8N1, Xon/Xoff is set in the serial settings. >> When uploading a code (ie float.txt) it uploads ~520 lines fines and then >> >> abs 1- emitnzeros \ print n-steps - 1 leading zeros 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 >> >> Is there any experience how to set the stuff such it works withou a need for character and line delays (which when set to 1ms and 100ms works fine), plz? >> 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 |