Demo Applications

UsbView

UsbView provides a tree view of the current USB bus. It shows the parameters of the different descriptors including the string descriptors. UsbView is based on Swing and does therefore only need the standard Java libraries.
If you right-click on an interface descriptor you can start „USB TestApp“ based on the values of this device and descriptors.

Usb View

USB TestApp

This simple USB test application allows to write and read bulk or interrupt data to a device. It may be started by „UsbView“ or by its own main method.

Usb Test Application