开发者

java api to send file through serial port

开发者 https://www.devze.com 2022-12-15 06:07 出处:网络
I want to se开发者_C百科nd 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?checkout javax.comm See also RXTX. It is widely

I want to se开发者_C百科nd 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?


checkout javax.comm


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


There is also JPeripheral.

0

精彩评论

暂无评论...
验证码 换一张
取 消