How to send data to COM PORT using JAVA?(如何使用 JAVA 向 COM PORT 发送数据?)
问题描述
可能重复:
Windows 上的 Java 串行通信
朋友们,我想在 JAVA 中连接并传输数据到 COM PORT(虚拟或原始)?
Friends, I want to connect and transfer data to COM PORT (either virtual or original) in JAVA?
推荐答案
这个问题已经被问过很多次了:
This question has been asked and answered many times:
使用Java从串口读取文件
用Java读取串口
用Java从串口读取文件
是否有用于访问 Serial 的 Java 库或框架端口?
Windows 上的 Java 串行通信
参考一些.
我个人推荐 http://serialio.com 的 SerialPort - 它不是免费的,但非常值得任何商业项目的开发商(无版税)许可费.可悲的是,它不再是免版税的,而且 SerialIO.com 似乎已将自己重塑为硬件销售商.我不得不搜索有关 SerialPort 的信息.
Personally I recommend SerialPort from http://serialio.com - it's not free, but it's well worth the developer (no royalties) licensing fee for any commercial project. Sadly, it is no longer royalty free to deploy, and SerialIO.com seems to have remade themselves as a hardware seller; I had to search for information on SerialPort.
根据个人经验,我强烈建议反对 Sun、IBM 和 RxTx 实施,所有这些实施在 24/7 使用时都不稳定.有关详细信息,请参阅我对上述一些问题的回答.公平地说,自从我尝试 RxTx 以来,它可能已经走了很长一段路,尽管 Sun 和 IBM 的实现基本上已经被放弃了,即使在那时也是如此.
From personal experience, I strongly recommend against the Sun, IBM and RxTx implementations, all of which were unstable in 24/7 use. Refer to my answers on some of the aforementioned questions for details. To be perfectly fair, RxTx may have come a long way since I tried it, though the Sun and IBM implementations were essentially abandoned, even back then.
jSSC (Java 简单串行连接器),正如@Jodes 评论所建议的那样.
A newer free option that looks promising and may be worth trying is jSSC (Java Simple Serial Connector), as suggested by @Jodes comment.
这篇关于如何使用 JAVA 向 COM PORT 发送数据?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何使用 JAVA 向 COM PORT 发送数据?
基础教程推荐
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- 降序排序:Java Map 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01