jusb

using java and usb: Which api? jsr-80, jusb, ...?

Hi all, I would like two java programs to communicate directly over the USB without going through a device or cable. Don't ask me why, I don't know the details or reasoning behind this decision. I have found jusb and jsr-80 to be two java/usb APIs to do this. They work on linux AND windows - I will need capabilities on both. Questio...

send/receive Datastream througth USB-port in java

Hi, 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 ...