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

AI Thread 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
 
In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for clarity. 1. Can AI do everything a human can do and how close are we to that? 2. Are corporations and governments using the promise of AI to gain more power for themselves? 3. Are AI and transhumans...
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...
Back
Top