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?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
See also RXTX. It is widely used and includes straightforward examples.
checkout javax.comm
There is also JPeripheral.