Java Serial Communication on Windows(Windows 上的 Java 串行通信)
问题描述
我一直在寻找可以与 Windows/Win32 上的串行设备通信的 Java API,但我检查过的许多 API 要么适用于 Linux,要么过于过时,要么受到了不好的批评.
I've been looking around for a Java API that can communicate with serial devices on Windows/Win32 but many of the APIs I've checked out are either for Linux, too outdated, or just had bad critics.
有人可以向我推荐一个他们已经尝试过或知道在 Windows XP 上易于实现的软件吗?
Can someone recommend one to me that they've tried or knows about that is easy to implement on Windows XP?
推荐答案
几周前我开始寻找同样的东西,我对多平台非常满意 RXTX 库到目前为止.适用于任何 Windows、Linux 和 OS X.具有非常干净、易于理解的 API.
I started looking for the same thing couple weeks ago, and I've been very happy with the multi-platform RXTX library so far. Works with any Windows, Linux and OS X. Has a very clean, easy to understand API.
RXTX 也是开源的.
edit: RXTX is also open source.
这篇关于Windows 上的 Java 串行通信的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Windows 上的 Java 串行通信
基础教程推荐
- Struts2 URL 无法访问 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
