java api to send file through serial port

我怕爱的太早我们不能终老 提交于 2019-12-11 17:49:15

问题


I want to send a file from my PC to a remote device connected through serial port. So is there any API in java to send file over serial port?


回答1:


checkout javax.comm




回答2:


See also RXTX. It is widely used and includes straightforward examples.




回答3:


There is also JPeripheral.



来源:https://stackoverflow.com/questions/2003821/java-api-to-send-file-through-serial-port

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!