Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

send/receive Datastream througth USB-port in java

Tags:

java

usb

jusb

before I begin with working with java an jUSB library I would like to know if is it useful for me. I am using Windows 7 and I wold like to receive and to send stream data throw USB. Should I use jUSB? Is it possible with java?.

Thanks

like image 667
Haythem Avatar asked Jun 27 '26 04:06

Haythem


1 Answers

look at JSR-80.. it seems like jUSB will do the trick

like image 137
Nico Avatar answered Jun 29 '26 17:06

Nico