Awesome, this looks like just what I need, I was planning on writing my own collection harness anyways since I'm less interested in the GUI.
One issue I seem to run into is on my Ubuntu 13.04 x86_64 system, the device appears momentarily when I plug it in and then disappears.
dmesg is showing:
[839917.951829] usb 2-1.7: new full-speed USB device number 24 using ehci-pci
[839918.048912] usb 2-1.7: New USB device found, idVendor=04d8, idProduct=003f
[839918.048918] usb 2-1.7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[839918.048921] usb 2-1.7: Product: Simple HID Device Demo
[839918.048923] usb 2-1.7: Manufacturer: Microchip Technology Inc.
[839918.050668] hid-generic 0003:04D8:003F.000E: hiddev0,hidraw3: USB HID v1.11 Device [Microchip Technology Inc. Simple HID Device Demo] on usb-0000:00:1d.0-1.7/input0
[839918.168404] usb 2-1.7: USB disconnect, device number 24
After this the app doesn't see it. If I plug it in while the app is running, it shows data for a second and then it all goes away. Any clues on how to get it to stick around?
Thanks,
-eric