java api to send file through serial port
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.
精彩评论