USB Communications - Looking for Advice on Sandbox, Libraries, Tutorials

Click For Summary
The discussion revolves around seeking a suitable environment for USB communications similar to serial port programming. Users are looking for sandbox environments or libraries that facilitate USB communication, particularly in languages like Java, PHP, Perl, and Ada. While PHP, Perl, and Ada are deemed less relevant for application programming, Java has several third-party USB libraries available. One user specifically mentions challenges in setting up the javax-usb library in a Java application using NetBeans, encountering class not found errors. They seek guidance on properly integrating the necessary jar and properties files to develop a simple USB application, emphasizing the need for clear installation steps akin to those used for RS232 communication.
Fubini
Messages
13
Reaction score
0
I have a odds and ends question for anyone who wants to share knowledge. I just got done with a project doing serial port programming, and I want to take what I learned and expand that.

Is there any environment that is more or less a sandbox for USB communications? If you're familiar with serial programming, this is kind of what I'm looking for... something where you can select a USB port and send command strings over the line.

Alternately, are there any libraries available (particularly in maybe Java, PHP, Perl, Ada) that allow for USB communications?

I guess finally alternately, does anyone know of a good tutorial to the Windows API for USB programming (I assume there must be such a thing).

I've looked for the above and can't come up with anything.
 
Computer science news on Phys.org
Every major applications programming language has a USB library these days. Skip PHP, Perl, and Ada, since they are not generally considered applications programming languages. Java has several thid-party USB libraries which come up as the first result in a Google search for "Java USB."

- Warren
 
Wow, thanks.

Funny that stuff doesn't come up when you search "Java USB library".
 
java usb programming for windows

hello frnz
im working with java application programming for USB...i need steps to install java USB based API for windows...i have downloaded javax-usb-ri.rar
i need to know how to proceed further to develop application.i found one application named RunUSBControllerTest which came along with api downloads worked well when i run in command promt it created class files and executed properly,but under netbeans the same code showed multiple errors mentioning class not found on following lines
import usb.core.*;
import usb.windows.*;
import java.io.IOException;
import usb.test.ControllerUSBListener;
i can't run any other applications in command mode other than the one that came along with the package of usb api...
can anyone tell me how and where should i put jar file,properties file, jsr80...simply saying i need help to develop simeple application to test usb port.
steps to put jar file and properties file...just like working with rs232
 
I am having a hell of a time finding a good all-in-one inkjet printer. I must have gone through 5 Canon, 2 HP, one Brother, one Epson and two 4 X 6 photo printers in the last 7 yrs. all have all sort of problems. I don't even know where to start anymore. my price range is $180-$400, not exactly the cheapest ones. Mainly it's for my wife which is not exactly good in tech. most of the problem is the printers kept changing the way it operate. Must be from auto update. I cannot turn off the...

Similar threads

Replies
1
Views
3K
Replies
1
Views
1K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 1 ·
Replies
1
Views
5K
Replies
3
Views
5K
Replies
1
Views
2K
Replies
4
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
16K
  • · Replies 1 ·
Replies
1
Views
2K