views:

220

answers:

2

Hi geeks,

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?

+4  A: 

checkout javax.comm

Charles Ma
I checked it. but there is nothing
Surjya Narayana Padhi
au contraire - there is a lot. But you've missed it :)
Bozho
+2  A: 

See also RXTX. It is widely used and includes straightforward examples.

trashgod
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
It is part of several projects I use. I've add some links above, so you can judge for yourself.
trashgod