Java USB API
843853Feb 17 2003 — edited Aug 14 2006Does anyone know where to find some example source code for communicating with USB devices via Java ?
I downloaded the Java USB API version 0.10 and compiled the jsr80.jar file using ANT but the system seems unable to recognise the jar file as I can't use the properties of the API. There is also no sample code snippets available for comparison.
I tried using the Java Communications API but it apparently only works for serial ports and not USB ports.
I would be grateful for any guidance. Thanks.