Java:按下按钮时读取COM端口
我想从通过串行端口连接的地磅终端读取数据。我想在用户按下“读取重量”按钮时读取数据。最好的方法是什么?
I want to read data from a weighbridge terminal that is connected via a serial port. I want to read data when user presses the 'Read Weight' button. What can be the best approach?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 Java Communications API 等库来访问您的序列号端口。
Use a library such as the Java Communications API to access your serial ports.