需要modbus Java库

发布于 2024-10-12 03:55:19 字数 1539 浏览 7 评论 0原文

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

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

发布评论

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

评论(4

唐婉 2024-10-19 03:55:19

您可以尝试 Jamod。我从未使用过它,但我的一位同事前段时间使用过它,他对此感到满意。

You can try Jamod. I never used it, but a colleague of mine used it sometime ago and he was pleased with it.

鲸落 2024-10-19 03:55:19

试试这个:

http://sourceforge.net/projects/jamod/files/jamod/ 1.2/

顺便说一句,您可以使用JDGUI查看任何jar文件的来源。

Try this one:

http://sourceforge.net/projects/jamod/files/jamod/1.2/

By the way, you can use JDGUI to see the sources of any jar file.

鯉魚旗 2024-10-19 03:55:19

如果您使用的是 Modbus RTU(串行)Java 通信 API 是必需的;从 FieldKit 文档 中窃取:

Java 通信 API 可从不同的来源获得:

  1. Sun Microsystems 正在 http://java.sun 发布适用于 Solaris 和 Windows 平台的版本。 com/products/javacomm/
  2. Keane Jarvi 在 http://www.rxtx.org/< 上发布了 LGPL 许可的 Linux 和跨平台 COMM API /a>.

  3. 解决方案咨询公司的 SerialPort 软件包是适用于多种平台的性能卓越的软件包,网址为 http://www.serialio。 com。使用此包,可以实现小于 10 毫秒的轮询周期!

也许 jSSC 也是一个很好的 javax.comm 实现。

If you are using Modbus RTU (Serial) Java Communications API is needed; stolen from FieldKit documentation:

The Java Communication API is available from different sources:

  1. Sun Microsystems is publishing versions for the Solaris and the Windows platform at http://java.sun.com/products/javacomm/.
  2. Keane Jarvi publishes a LGPL licensed Linux and cross-platform COMM API at http://www.rxtx.org/.
  3. An excellently performing package for a large variety of platforms is the SerialPort package from Solutions Consulting at http://www.serialio.com. Using this package, poll cycles of less than 10 ms can be achieved!

Perhaps jSSC is a good javax.comm implementation too.

夜无邪 2024-10-19 03:55:19

最近还有另一个解决方案 modbus4j

There is another one recent solution modbus4j.

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