sendlnmulticast

Multicast the data with new-line. (version 4.96 or later)

sendlnmulticast <multicastname> <data1> <data2>....

Remarks

Causes Tera Term to multicast characters followed by a new-line character to selected terminals, and then the data is sent to the host.
Format of <data> is the same as the "sendmulticast" command.

Example

mcastname = "multicast-test"

connect "server-a"
setmulticastname mcastname

unlink

connect "server-b"
setmulticastname mcastname

; Sends "ABCdefGHI" with a new-line character.
sendlnmulticast mcastname "ABC" "def" "GHI"

; Only a new-line character is sent.
sendlnmulticast mcastname

See also