Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是使用 tera-term 的新手。
我想在 tera-term 终端中写入长字符串。
但是当我输入字符串时,它只接受 256 字节。
我尝试更改设置,但找不到相关信息。
如果有人知道,请提供帮助。谢谢你。
“字符串的最大长度为 511。” 位于:https ://ttssh2.osdn.jp/manual/en/macro/syntax/types.html
也许您可以将您的字符串分成更小的批次并以这种方式发送。
希望有帮助!