Y-modem协议的Java实现
我想通过串行端口发送文件,并且必须在 Java 中使用 Y-modem 协议。我看到了这个协议,我觉得用 Java 写它很难。知道如何才能更轻松地实现它吗?
谢谢你的帮助。
I want to send a file via serial port and I have to use the Y-modem protocol in Java. I saw the protocol and it looks difficult for me to write it in Java. Any Idea how can I get it easier?
Thank you for the help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Serialio 提供商业产品..
http://serialio.com/products/jxmodem.php
serialio offers a commercial product..
http://serialio.com/products/jxmodem.php
您有 2 个问题:
从 Java 访问串行端口:使用 RxTx Java 库 http: //rxtx.qbang.org/wiki/index.php/Main_Page
Y-Modem 协议实现:请参阅此相关帖子 Java 中 X-modem 协议的实现
You have 2 issues:
Serial port acces from Java: Use RxTx Java library http://rxtx.qbang.org/wiki/index.php/Main_Page
Y-Modem Protocol implementation: See this related post Implementation of X-modem protocol in Java