简体   繁体   English

Java api通过串行端口发送文件

[英]java api to send file through serial port

I want to send a file from my PC to a remote device connected through serial port. 我想将文件从PC发送到通过串行端口连接的远程设备。 So is there any API in java to send file over serial port? 那么,java中有没有API可以通过串行端口发送文件?

结帐javax.comm

See also RXTX . 另请参见RXTX It is widely used and includes straightforward examples . 它被广泛使用并包括简单的示例

也有JPeripheral

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM