Return to site

Tera Term Macro Examples

broken image
Tera term macro examples

A Tera Term macro to automate a narrow sweep

Tera Term Macro Examples Python

Tera Term Macro language file for GeSHi. This version of ttl.php was created for Tera Term 4.60 and LogMeTT 2.9.4. Newer versions of these application can contain additional Macro commands and/or keywords that are not listed here. The latest release of ttl.php can be downloaded from Download section of LogMeTT.com. A Tera Term macro to automate a narrow sweep Nick Kennedy #203. I considered writing a serial app from scratch but decided to see if any terminal program I have would have a full-featured enough macro language to allow doing it in a macro. I've been using something called Tera Term or maybe Tera Term VT for cases were I needed a serial. 20070316: TeraTerm Support Forums View topic - First step to Tera Term Macros ( TeraTerm Support Forums View topic - First step to Tera Term Macros, Mar 16, 2007 ) Old News;-) Nov 20, 2014 TeraTerm Macro language for dummies (or something like that). Run TeraTerm, Click Control-Macro, select the file of 'ResetDTR.ttl'; after the macro is run, the DTR pin will output default -11V. I have an electronics project that uses an FTDI chip as the serial. Metin2 Privat Romanesc Download Games. How to execute a command (macro) in Tera Term. There are example TTL files in the Tera Term. Ticket #36506: New lines not created by #13#10 - Tera Term #osdn.

Crack

Tera Term Macro Sample

Tera term macro ssh example

A Tera Term macro to automate a narrow sweep

Tera Term Macro Examples Python

Tera Term Macro language file for GeSHi. This version of ttl.php was created for Tera Term 4.60 and LogMeTT 2.9.4. Newer versions of these application can contain additional Macro commands and/or keywords that are not listed here. The latest release of ttl.php can be downloaded from Download section of LogMeTT.com. A Tera Term macro to automate a narrow sweep Nick Kennedy #203. I considered writing a serial app from scratch but decided to see if any terminal program I have would have a full-featured enough macro language to allow doing it in a macro. I've been using something called Tera Term or maybe Tera Term VT for cases were I needed a serial. 20070316: TeraTerm Support Forums View topic - First step to Tera Term Macros ( TeraTerm Support Forums View topic - First step to Tera Term Macros, Mar 16, 2007 ) Old News;-) Nov 20, 2014 TeraTerm Macro language for dummies (or something like that). Run TeraTerm, Click Control-Macro, select the file of 'ResetDTR.ttl'; after the macro is run, the DTR pin will output default -11V. I have an electronics project that uses an FTDI chip as the serial. Metin2 Privat Romanesc Download Games. How to execute a command (macro) in Tera Term. There are example TTL files in the Tera Term. Ticket #36506: New lines not created by #13#10 - Tera Term #osdn.

Tera Term Macro Sample

Tera Term Macro Ssh Example

#203

I considered writing a serial app from scratch but decided to see if any terminal program I have would have a full-featured enough macro language to allow doing it in a macro.
I've been using something called Tera Term or maybe Tera Term VT for cases were I needed a serial terminal. (Most recently to talk to my HP-48G calculator.)
Tera Term looks pretty good for that and I made up a simple macro after a few hours of trial and error on the commands. I have a passive audio filter for CW with a BW of about 500 Hz centered on 550 Hz or so. So I set up this macro to sweep from 100 to 1200 Hz in 50 Hz steps and save it to a file which I'd then import into Excel. It seemed to do pretty well. A lot of stuff is hard coded that might be made more flexible with some more time.
I attach my macro file for anyone who'd want to use it as a starting point in trying a similar approach.
Here's some info on the macro capabilities of Tera Term:
https://ttssh2.osdn.jp/manual/en/macro/command/index.html
73-
Nick, WA5BDU
#204

Nick, that is a great job of keeping it simple but really useful and powerful. That was the intention of the serial commands.
I will be back doing more with the Teensy code soon, but not with the PC end. Your simple export to Excel allows one to do some really neat processing. That does most of what one needs.
Thanks for sharing. Bob
toggle quoted messageShow quoted text
On 2/12/19 5:50 PM, Nick Kennedy wrote:
I considered writing a serial app from scratch but decided to see if any terminal program I have would have a full-featured enough macro language to allow doing it in a macro.
I've been using something called Tera Term or maybe Tera Term VT for cases were I needed a serial terminal. (Most recently to talk to my HP-48G calculator.)
Tera Term looks pretty good for that and I made up a simple macro after a few hours of trial and error on the commands. I have a passive audio filter for CW with a BW of about 500 Hz centered on 550 Hz or so. So I set up this macro to sweep from 100 to 1200 Hz in 50 Hz steps and save it to a file which I'd then import into Excel. It seemed to do pretty well. A lot of stuff is hard coded that might be made more flexible with some more time.
I attach my macro file for anyone who'd want to use it as a starting point in trying a similar approach.
Here's some info on the macro capabilities of Tera Term:
https://ttssh2.osdn.jp/manual/en/macro/command/index.html
73-
Nick, WA5BDU
#208

Nick
That looks nice. You might be interested in this too.
I've been trying to get some python software https://www.qsl.net/pa2ohh/11sa.htm found here http://rheslip.blogspot.com/2015/08/the-simple-scalar-network-analyzer.html to compile. Finally got it to run on my mac. Don't have it communicating with the AVNA yet.
#209

The SCNA project looks pretty nice. I got involved with something similar several years ago called Poor Ham's Scalar Analyzer or 'PHSNA' I was the software guy. I first did all the functions on the Arduino and the user accessed them via a dumb terminal and a menu that the Arduino would transmit to it.
Then I started over with a Windows app doing all the controlling functions and talking to the hardware via a serial link. I programmed it C#. What a huge project that was for me, especially since I was learning C# for the first time while doing it. We had a large number of functions. I think I was most proud of one that calculates the motional parameters of a crystal automatically. Plug it in and push a button.
Anyway .. right now I wanted to upload a slightly more polished version of the macro for Tera Term I described the other day. I've tried to make it more flexible and interactive. There are dialog boxes for the user to select or input -
-- Reference resistance (50 or 5000)
-- Start frequency
-- End frequency
-- Step value
-- Output data file name
It seems to be doing pretty well. I still start up Tera Term and tell it to connect to my COM port before running the macro. I was wanting to make that a sort of command line input thing where you'd run Tera Term and the macro all with one shortcut, but I've not gotten that to work yet.
I had a line to set the directory path for the output file, but I commented it out since it's unique to my system. Any user may want to fill in his own preferred path. Or let it go to its default path. I thought that would be the program installation directory, but now I think it may be where the macro is stored, which would be OK.
I got Tera Term by going to the OSDN download page from here:
https://ttssh2.osdn.jp/index.html.en
73-
Nick, WA5BDU




broken image