问题
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