X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=config%2Fmsp430%2FSendFile.ttl;h=3c693639f5aea470869cebbc2f386fda96236c1f;hb=58d8b4b70bfc04a8cc6bf71c60ac38df6a747bff;hp=45d37938b91557a01015390e715aa130613282e6;hpb=5c41627319d7f9cdf6755072fd64ba64ed9ec46f;p=fast-forth%2Fmaster.git diff --git a/config/msp430/SendFile.ttl b/config/msp430/SendFile.ttl index 45d3793..3c69363 100644 --- a/config/msp430/SendFile.ttl +++ b/config/msp430/SendFile.ttl @@ -3,10 +3,10 @@ sendln ' $0A BASE ! ECHO STOP' ; blanks are to pass LPMx wake up time... inputbox 'Send a File' 'Select File : ' param2 -strcompare param4 'NOECHO' +strcompare param4 'ECHO' if result = 0 then - sendln 'NOECHO' - setecho 0 + sendln 'ECHO' ; echo from FastForth + setecho 0 ; no echo from Teraterm showtt 0 clearscreen 1 sendfile inputstr 0 @@ -14,13 +14,15 @@ if result = 0 then goto end endif -strcompare param4 'ECHO' +strcompare param4 'NOECHO' if result = 0 then - sendln 'ECHO' - setecho 0 + sendln 'NOECHO' ; no echo from FastForth + setecho 1 ; add echo from Teraterm +; setecho 0 ; don't add echo from Teraterm showtt 0 clearscreen 1 sendfile inputstr 0 + setecho 0 showtt 1 goto end endif @@ -28,6 +30,7 @@ endif strcompare param4 'HALF' if result = 0 then sendln 'NOECHO' +; setecho 0 ; don't add echo from Teraterm setecho 1 showtt 0 clearscreen 1