Results 1 to 3 of 3
- 08-26-2010, 08:25 AM #1
Member
- Join Date
- Nov 2009
- Posts
- 28
- Rep Power
- 0
seek device connected to usb port
Hi,
For first time, I'm going to develop an Java program (based on Eclipse RCP) that seeks for a device connected to the usb port.
I searched for it, hitting Sun Microsystems solutions but they seem old and there must be newer ways.
Could you please lead me to the best place to start from? Any new lib to use, or good tutorials/forum threads you know is a good starting point?
Thank you :D
- 08-27-2010, 03:28 PM #2
Senior Member
- Join Date
- Jan 2009
- Posts
- 671
- Rep Power
- 5
It really depends on the approach you want to take. USB support is not part of the standard java distribution, but you have several options:
- Pick a third party USB java package. JSR80 and jUSB are the two most popular. Read the documentation to see how to use the API to scan for the device
- Write your own native code to do what you want and wrap it with JNI
- Write your own native code to do what you want and interact with it using Runtime.exec
- 08-27-2010, 11:18 PM #3
Member
- Join Date
- Nov 2009
- Posts
- 28
- Rep Power
- 0
Similar Threads
-
JMF: Cannot connect to device
By jonsamwell in forum New To JavaReplies: 2Last Post: 06-10-2011, 07:20 PM -
Shortest Seek-Time First with java.util.concurrent
By SAiNT_JiMMiE in forum Threads and SynchronizationReplies: 0Last Post: 05-11-2010, 10:18 AM -
pc is connected to internet ???
By mahdi-farzami in forum NetworkingReplies: 1Last Post: 03-26-2010, 03:28 PM -
A SCJP with 4 years experience seek a Java Developer position in Melbourne Australia
By iamroger2004 in forum Jobs WantedReplies: 0Last Post: 05-18-2008, 09:31 AM -
seek to mp3 file
By po0oker in forum Advanced JavaReplies: 1Last Post: 12-30-2007, 11:08 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks