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.
我正在建立一个到一个非常简单的嵌入式平台的串行连接。单个字节旨在作为命令发送并作为状态代码返回。我想:
发送命令时 - 当我按 Enter 发送一些 ascii 符号来代表含义时,通常与“Enter”相关联 - 继续
接收代码时 - 我想发送字符串,以换行符结尾。
ascii表中是否有一个符号用于处理这些情况,或者是否有两个单独的符号,或者没有。
我在 XP 下使用RealTerm。
取决于操作系统,但通常 10 是换行符,13 是回车