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.
我正在使用带有串行终端的微控制器,我希望能够退格字符,我已经在输入缓冲区中处理它,但我不知道通过串行发送什么来从终端中删除它模拟器,发送 \b 只会将光标移回。¿ 有人知道如何在 VT100 中处理这个问题吗?
来自Hans Passant 的评论:
请改用“\b \b”。–