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?
Asked
Active
Viewed 2,302 times
0
-
This question has been asked multiple times. see links/comments in the following stack overflow question http://stackoverflow.com/questions/900950/how-to-send-data-to-com-port-using-java – Kishore Jul 27 '11 at 18:32
3 Answers
2
See also RXTX. It is widely used and includes straightforward examples.

trashgod
- 203,806
- 29
- 246
- 1,045
-
I have used the javacomm library. so if its possible through RXTX also it will be difficult for me to implement it. – Surjya Narayana Padhi Jan 19 '10 at 01:47
-
It is part of several projects I use. I've add some links above, so you can judge for yourself. – trashgod Jan 19 '10 at 13:38