usb implementation in Java

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alexis4
    New Member
    • Dec 2009
    • 113

    usb implementation in Java

    Hi!

    I have just studied the basics of java myself, started to learning its classes and made my "Hello Java project". Until now I was working with C# serial class, as a virtual comm port. I need above all to build the communication infastracture for my projects to come.
    I did some research, but I found some articles about some APIs for linux, some others are referring to "dead projects" for windows and most of them were 1-2 years old.
    Can someone share some references about this issue? I would be interested in references for both theory - explanation of those APIs and reference code as well.
    I'm using NetBeans IDE 7.0.1 by the way. Is there an add on I should install?

    Thanks in advance.
  • rajujrk
    New Member
    • Aug 2008
    • 107

    #2
    Use Java Communication API, it is used for external communications

    Comment

    Working...