Quantcast
Channel: All Open Tickets - Tera Term on OSDN
Viewing all articles
Browse latest Browse all 2128

'''wait4single''' : Wait from single terminal broadcast message - Tera Term Ticket #41724 on OSDN

$
0
0

'''wait4single''' : Wait from single terminal broadcast message

Eröffnet am: 2021-03-10 20:05

Letztes Update: 2021-03-10 20:05

Auswertung:betamineVerantwortlicher:(Keine)
Priorität:5 - MittelMeilenstein:(Keine)
Typ:FunktionsanfragenSchweregrad:5 - Mittel
Komponente:Tera Term MacroStatus:Offen
LösungKeine

Einzelheiten

Hello

As explain is the following discussion https://osdn.net/projects/ttssh2/forums/5841/38908/#forum-message-83031, it would be useful to have a command which allows to wait for a character string from a single terminal, and not from all terminals as is the case with "wait4all".

Syntax Example

wait4single <multicastname> <data1> <data2>...

Example

; TerminalA
setmulticastname 'screen1'
; Do not receive any strings.
; TerminalB
setmulticastname 'screen2'
; The 'violin' string will be sent by the TerminalC.
wait4single screen3 'violin'
; TerminalC
setmulticastname 'screen3'
sendmulticast 'screen2' 'violin' 13 10     ; Multicast transmission
; Do not receive any strings.

Letzte Aktualisierung für dieses Ticket

2021-03-10 20:05 Aktualisiert von: betamine

  • New Ticket "'''wait4single''' : Wait from single terminal broadcast message" created

Viewing all articles
Browse latest Browse all 2128