TTL macro does not link to teraterm
Please wait to connect between TeraTerm Macro and Tera Term and serial port.
connect '/c=1' do mpause 10 testlink loop while result <> 2 sendkcode 28 1
Tanks for your reply. I did what you suggest without success. i even did change the pause to 1sec. the testlink result is always 0. By the way I'm runing tetraterm on Windows 10 OS. no problem occurs while using Windows7.
It seems to be similar this issue. https://osdn.net/ticket/browse.php?group_id=1412&tid=36526
Hi
I have a problem to link a TTL macro to teraterm. If i open teratem by clicking on its .exe, everytink is ok, i can send command trough the serial port without any problem. But if I use TTL editor to make a macro that runs teratem, connect to com port and send command i have problems. it is a simple macro that include the following:
connect '/c=1' sendkcode 28 1
When i run the macro, the teraterm window opens normaly and connect to the serial port succefully but can't send command through the serial port. i got the error message "Link macro first".