Hi,
I have one of those maplin robotic arms which have been mentioned in several other posts on this forum.
Mine has an integrated USB interface.
I am trying to use the code from here:
http://notbrainsurgery.livejournal.com/38622.html
But, it assumes that I know the VendorID etc from the USB device.
When I plug in the robot arm into the Pi, I get the following in /var/log/messages:
Sep 3 06:04:46 raspberrypi kernel: [ 400.005718] usb 1-1.3: new low speed USB device number 5 using dwc_otg
Sep 3 06:04:51 raspberrypi kernel: [ 405.465855] usb 1-1.3: new low speed USB device number 6 using dwc_otg
Sep 3 06:04:52 raspberrypi kernel: [ 405.925855] usb 1-1.3: new low speed USB device number 7 using dwc_otg
Sep 3 06:04:52 raspberrypi kernel: [ 406.425871] usb 1-1.3: new low speed USB device number 8 using dwc_otg
So, that shows that Linux is detecting something. But, it doesn't show the VendorID etc.
Am I out of luck?
Regards
Nick