This post originated from an RSS feed registered with Java Buzz
by Goldy Lukka.
Original Post: Java USB Connectivity
Feed Title: Xyling Java Blogs
Feed URL: http://www.javablogs.xyling.com/thisWeek.rss
Feed Description: Your one stop source for Java Related Resources.
Although the Universal Serial Bus (USB) is an integral part of many computers, Java does not officially support USB. Getting your Java programs to interact with arbitrary USB devices thus requires either a third-party Java/USB API or your own Java/USB API. This article (click on the title of this post) introduces two third-party APIs and author Jeff Friesen's own API, which provides a partial USB interaction.