Broadcasts the data. (version 4.62 or later)
sendbroadcast <data1> <data2>....
Causes Tera Term to broadcast characters to all terminals, and then the character is sent to the host.
If <data> is a string, the string is sent to the host.
If <data> is an integer, its lowest-order byte (0-255) is regarded as an ASCII code of the character, and the character is sent to the host.
NOTICE: Sent data is ignored on the terminal the AcceptBroadcast is disabled.
msg='cal' sendbroadcast 'hoge' 13 10 'hohoho' msg 13 10