Surjya Narayana Padhi
Surjya Narayana Padhi

Reputation: 7841

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. So is there any API in java to send file over serial port?

Upvotes: 0

Views: 2346

Answers (3)

Gili
Gili

Reputation: 90101

There is also JPeripheral.

Upvotes: 0

trashgod
trashgod

Reputation: 205855

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

Upvotes: 2

Charles Ma
Charles Ma

Reputation: 49191

checkout javax.comm

Upvotes: 4

Related Questions