orgMINT / MINT

MINT2 The latest version of MINT
GNU General Public License v3.0
16 stars 3 forks source link

prompt input easy to exceed when loading programs thru terminal file upload #39

Open SteveJustin1963 opened 1 week ago

SteveJustin1963 commented 1 week ago

I file upload program via Teraterm terminal, often code lines are large or the function : F nnnnnnnnn; are very long even though they are crlf down the page are easily exceeding the per line input and it crash/ hangs the session can u increase the line input limit pls i have 2k ram at the moment, is this a limitation or is this a setting issues in mint ? if i add more ram will it fix it ?

monsonite commented 1 week ago

I think you need to add some delay at the end of each line.

I am happily loading from Teraterm at 115,200 baud - but that is on an RC2014, which has a UART.

Craig Jones wrote the bit-banging code - it might be worthwhile asking him.

On Mon, 30 Sept 2024 at 13:17, Stephen Justin @.***> wrote:

also when loading files via drag and drop into terraterm terminal, i am easliy exceeding the per line input at tme and it crashes / hangs. how to increas the per line input is 2k ram not enough,? if i add more ram i think will have same issue

— Reply to this email directly, view it on GitHub https://github.com/orgMINT/MINT/issues/39, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFZIP27F4LIM54U2MA4BNLZZE6PFAVCNFSM6AAAAABPDE5W4WVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU2TMNBXHE3DENQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

SteveJustin1963 commented 1 week ago

HI Ken, thankyou for this advice. i am using tec-1D-2kram with bit bang at 4800 and it works smooth and error free. The issue is loading long lines and large programs . the file load in Teraterm has 22msec per char and per line and seems good and error free as well.