任务单 #40866

TeraTerm 'disconnect' command unlinks MACRO (From Forum Message #86029)

开放日期: 2020-10-19 20:55 最后更新: 2020-12-07 17:43

报告人:
属主:
(无)
类型:
状态:
关闭
组件:
优先:
5 - Medium
严重性:
5 - Medium
处理结果:
Works For Me
文件:
3
Vote
Score: 0
No votes
0.0% (0/0)
0.0% (0/0)

Details

From Forum Help [#86029]

[forum: 86029]

I use a MACRO to connect to usb com ports. I have two issues with this:

A) If the com port i specify to connect with connect '/C=...' UPPON MACRO STARTUP does not exist, the .ttl script will terminate and close... (why? i dont want that). Alternatively, is there a way to list all available usb com port devices and THEN try to connect to each of those?

B) After connecting to a COM port, using the command 'disconnect 0' or 'disconnect 1', the MACRO closes/terminates. (How can i terminate the connection to the host (COM port) only, without terminating Teraterm?)

//=====================================================================

;Code that disconnects my macro when trying to connect to a port that does not exist, UPPON MACRO STARTUP:

;both com-ports 3 and 6 are available for connection. The others are not.

timeout = 4

connect '/C=1' ;this disconnects my MACRO. I dont want it to disconnect my macro.

wait 'never'

dispstr 'END'

//==============================================================

;Code that closes my link to MACRO when using the 'disconnect command:

;both comport 3 and 6 are available for connection. The others are not.

timeout = 4

connect '/C=3' ;this connects as normal.

wait 'never'

disconnect 0 ;this closes my TeraTerm (I dont want it to close my teraTerm

wait 'never'

dispstr 'TT is still active'

wait 'never'

dispstr 'END'

任务单历史 (3/13 Histories)

2020-10-19 20:55 Updated by: basilisvirus
  • New Ticket "TeraTerm 'disconnect' command closes TeraTerm window (From Forum Message #86029)" created
2020-10-19 21:38 Updated by: nmaya
评论

When the connection type is TCP/IP, "Auto window close" setting affects close or not close Tera Term window.

But when the connection type is Serial, Tera Term is not closed. It is a specification.

(A) 'connect' macro command do 2 actions.

It is written in command help. https://ttssh2.osdn.jp/manual/4/en/macro/command/connect.html

  • runs Tera Term with <command line parameters>
  • links it to MACRO

After connect '/C=...' failed, Tera Term is not connected to serial port, but Tera Term is alive. The link between MACRO and Tera Term is alive too.

To close linked Tera Term, call 'closett' macro command.

Or you can reuse linked Tera Term. To connect different remote host (serial port), call 'connect' macro command.

(B) Not reproduced in my environment.

'disconnect' macro command does not close Tera Term window.

Thanks,

2020-10-19 23:14 Updated by: basilisvirus
  • Details Updated
  • Summary Updated
评论
(This comment has been deleted)
2020-10-19 23:15 Updated by: basilisvirus
  • Details Updated
2020-10-19 23:17 Updated by: basilisvirus
评论

Thank you, i re-stated my ticked Details. Can you check it again? I am more specific not to the problem. I am also attaching the .INI file for you to make a better test.

2020-10-19 23:18 Updated by: basilisvirus
  • Details Updated
2020-10-20 00:17 Updated by: nmaya
评论

My test script behaves as expected in my env.

In my env with your TERATERM.INI, my script behaves as expected too.

What about in your env?

2020-11-21 00:16 Updated by: nmaya
  • 处理结果 Update from to Works For Me
  • 严重性 Update from 9 - Highest to 5 - Medium
  • 优先 Update from 9 - Highest to 5 - Medium
2020-12-07 17:42 Updated by: basilisvirus
评论

Solved it. It was my bad, but i never figured out what i did wrong.

I also made an open-source project on the code i wanted to use it for: https://gitlab.com/Basilisvirus/teraterm-desired-com-port-detection

Thank you for your help!

2020-12-07 17:43 Updated by: basilisvirus
  • 状态 Update from 开启 to 关闭

Attachment File List

编辑

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » 登录名