如何“关闭回声” java中的串口
我在我的应用程序中使用 java comm 库进行串行端口通信。当我将一些数据放在输出流上时,一段时间后,相同的命令会显示在串行端口的输入流上。有人知道如何关闭串口吗?
I am using java comm library for serial port communication in my application. When I put some data on output stream, after sometime the same command is displayed on input stream of serial port. Do anybody has any idea how to echo off the serial port?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
接收方很可能会发回您的数据。如果您已连接某些设备,请验证另一侧的“回显开启”设置。
如果是这种情况,您可以使用此回波来不断检查通信线路。
It's most likely that the receiver sends back your data. If you have something connected, verify 'echo on' settings on the other side.
If it is the case, you could use this echo to constantly check the communication line.