什么是最简单的“免费”?在Java中实现串行通信的方法?

发布于 2024-08-17 08:45:13 字数 354 浏览 2 评论 0原文

我是 Java 新手,并且为自己设定了一个要编写的项目,以便我可以进行一些“实践”学习。我精通 C++,但想在我的技能组合中添加另一种语言。

无论如何,该项目的一部分包括串行通信。我的目标是 Windows XP 平台,这个项目并不真正需要跨平台。

我正在使用 NetBeans,在快速研究之后,我发现对串行通信的“内置”支持不再存在。

进一步的搜索让我找到了 RXTX,但是,在完成简单的安装之后,他们列出的(在 wiki 上)示例似乎不起作用。

我见过几个可购买的串行库,但我不想走这条路,至少现在还不想。

那么,最好的前进方向是什么?坚持使用 RXTX 并在那里进行故障排除?或者有没有更简单使用的替代方法?

I'm new to Java, and have set myself a project to write so that I can do some "hands on" learning. I'm fluent with C++, but want to add another language to my skill-set.

Anyway, part of that project includes serial communications. I'm targeting a Windows XP platform, and cross-platform isn't really needed for this project.

I'm using NetBeans, and after quickly looking into things, I find that "in-built" support for serial communication doesn't exist any more.

Further searching led me to RXTX, however, after following the simple installation, their listed (on the wiki) example doesn't appear to work.

I have seen a couple of purchasable serial libraries, but I don't want to go down that path, at least not yet.

So, what is the best way forward? Persisting with RXTX and troubleshooting there? Or is there an alternate way that is simpler to use?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烟沫凡尘 2024-08-24 08:45:13

来自此处

javax.comm 包 3.0 已取代 javax.comm 2.0:

自 3.0 Update1 起,Sun 不再提供 javax.comm 2.0 版本
包含重要的错误修复,可以更好地支持它..

javax.comm 3.x 为用户提供了新的便利,以及
端口映射架构的改进和对我们的支持
Sun Ray 瘦客户端平台,核心 API 或功能没有变化。
javax.comm 3.0 提供的功能之一是交互式串行
port工具,有助于串口连通性的基本诊断。

Windows 版 javax.comm 已停产:

Sun 当前不提供 javax.comm 的 Windows 端口。有
没有足够的需求来证明在 Windows 上支持 javax.comm 是合理的,
特别是考虑到 Windows 的 javax.comm 可以从
其他来源,例如 rxtx

From here:

javax.comm package 3.0 has replace javax.comm 2.0:

Sun is no longer offering the 2.0 release of javax.comm, since 3.0 Update1
contains important bug fixes allowing to better support it..

javax.comm 3.x offers new conveniences for the the user, as well as
improvements to the portmapping architecture and support for our
Sun Ray thin client platform, with no change to the core API or functionality.
Among the features available with javax.comm 3.0 is an interactive serial
port tool, which is helpful in basic diagnosis of serial port connectivity.

javax.comm for Windows have been EOLed:

A Windows port of javax.comm is not currently offered by Sun. There has
not been sufficient demand to justify supporting javax.comm on Windows,
particularly considering that javax.comm for Windows is available from
other sources, such as rxtx.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文