sendtext

Sends text data. (Version 5.3 or lator)

sendtext <data1> <data2>....

Remarks

Causes Tera Term to send characters 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.

String sent by ttpmacro.exe is received by ttermpro.exe, converted to character code and sent. Use "sendbinary" to send without conversion.

See also