Is there Java library or framework for accessing Serial ports?(是否有用于访问串行端口的 Java 库或框架?)
问题描述
在访问串行和并行端口(尤其是 RS-232 )时,是否有易于使用的 java 库或框架(Sun 提供的 javax.comm 除外).我需要可以在 Windows 和 Linux 上运行的免费软件.
Is there a java library or framework (other than the javax.comm provided by Sun) that is easy to use when accessing serial and parallel ports ( especially RS-232 ). I need something free that will work both on Windows and Linux.
推荐答案
正如 andri 指出的那样 RXTX 很漂亮是您最好的选择.这里有一篇文章在 Windows 上开始使用 RXTX (与 RXTX 2.1 相关).
As andri pointed out RXTX is pretty much your best choice. There is an article on getting started with RXTX on Windows here (relating to RXTX 2.1).
这篇关于是否有用于访问串行端口的 Java 库或框架?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:是否有用于访问串行端口的 Java 库或框架?
基础教程推荐
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
