Questions tagged [jusb]

This project provides a Free Software (and Open Source) Java API for USB, supporting applications using Java host-side software to drive USB devices.

This project provides a Free Software (and Open Source) Java API for USB, supporting applications using Java host-side software to drive USB devices.

The USB Host implementation works on most recent GNU/Linux distributions, either with the Linux 2.4 kernel support, or a backport of that into 2.2.18 kernel (and later).

The usb.core Applications Programming Interface (API) is supported by a Service Provider Interface (SPI) that abstracts implementation details from applications. Getting this software to work on another operating system should just mean writing new code implementing the SPI.

Right now, there are two providers: the Linux one, and a preliminary RMI provider.

6 questions
3
votes
1 answer

send/receive Datastream througth USB-port in java

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
Haythem
  • 417
  • 4
  • 13
  • 20
3
votes
1 answer

What is the root cause of the "USB Host support is unavailable" message?

I am trying to send data over a USB to serial cable using the jUSB library. I'm coding in the NetBeans IDE on Windows. What is the problem behind the message: "USB Host support is unavailable" in the following code: package usb.core; import…
SAMI.90
  • 35
  • 4
2
votes
1 answer

how to get the details of USB devices connected to computer using java

I am trying to get the details of USB hardware devices connected to computer but I don't know the native code of windows so is it possible to get the details of hardware connected to computer using JAVA Thanks in advance vbscript code: Set HDs =…
Vighanesh Gursale
  • 921
  • 5
  • 15
  • 31
1
vote
2 answers

Using Java and USB: Which API to use? jsr-80, jusb, ...?

I would like two Java programs to communicate directly over 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. …
jbu
  • 15,831
  • 29
  • 82
  • 105
1
vote
0 answers

JAVA(TM) platform SE binary has stopped working while dealing with jUSB program

I have imported the usb package from JAVA USB in eclipse. I have added the jusb.dll in system32 folder. I am using the windows 7 and JDK 7. When I run the RunUSBControllerTest.java through eclipse I got the error JAVA(TM) platform SE binary has…
Dhiraj Powar
  • 161
  • 1
  • 11
1
vote
0 answers

Reading data from a device connected to usb port

I have to read data(signals) from a device which sends signals continously to USB port and display it on monitor. As POC I tried reading data from USB flash drive connected to my system. I am using JUSB library for windows. But, as I change ,my…
Mayank
  • 796
  • 1
  • 10
  • 12