简体   繁体   English

ttl文件中的sendIn命令如何总是被识别为“未知命令”

[英]how does sendIn command in ttl file are always being recognized as “unknown command”

I tried to use batch file to open ttl file through ttermpro.exe,我尝试使用批处理文件通过ttermpro.exe打开ttl文件,

but once I want to sendIn some string/characters, always pop out macro error/unknown command window.但是一旦我想发送一些字符串/字符,总是会弹出macro error/unknown command window.

example code:示例代码:

connect '/C=3 /BAUD=57600'
sendIn "ABC"
pause 5

Wrong typing of ttl command, ttl 命令输入错误,

it is sendln not sendIn, how fool i am.是 sendln 不是 sendIn,我是多么愚蠢。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM