How to communicate with a USB device under Windows and Java?
        Posted  
        
            by Gili
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Gili
        
        
        
        Published on 2009-02-13T02:24:56Z
        Indexed on 
            2010/05/07
            23:38 UTC
        
        
        Read the original article
        Hit count: 271
        
I'd like to communicate with a USB device under Windows and Java but I can't find a good library to do so. I don't want the user to have to install any extra hardware or device drivers to make this work. That is, I want to be able to interact with USB just like other Windows applications do.
I am familiar with jUSB and JSR 80 but both seem to be dead projects (at least for Windows).
© Stack Overflow or respective owner