NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.

Talk:Teraterm Scripts

From Texas Instruments Wiki
Jump to: navigation, search
For technical support please post your questions at http://e2e.ti.com. Please post only comments about the article Teraterm Scripts here.

Comments on Teraterm Scripts


Keith said ...

Teraterm keeps a 16K receive buffer. The waitrecv command searches the buffer but does NOT purge the buffer. This is why your above scripts require the transmit delay. If you add flushrecv before each sendln in the above scripts they would work properly. Otherwise the very first "#" that is received satisfies all the following waitrecv '#' 1 0. You need to flush the existing "#" from the recv buffer by calling flushrecv if you want to wait for a new one.

--Keith 13:45, 14 September 2009 (CDT)