ArduinoGeneral

Arduino Shield for Raspberry Pi 2B and 3B SKU : USB serial error

userHead opersem 2017-05-07 08:07:40 3731 Views2 Replies
Hi,
I bought a Raspberry Pi 3 and an "Arduino Shield for Raspberry Pi 2B and 3B SKU:DFR0327".
The first tests were ok, but since then, no serial port is displayed in the ARDUINO IDE.
In the Raspberry dmseg command, I get these errors when I try to connect the shield :

[ 107.693203] usb 1-1.5: new full-speed USB device number 10 using dwc_otg
[ 107.793206] usb 1-1.5: device descriptor read/64, error -32
[ 108.013202] usb 1-1.5: device descriptor read/64, error -32
[ 108.233196] usb 1-1.5: new full-speed USB device number 11 using dwc_otg
[ 108.673196] usb 1-1.5: device not accepting address 11, error -32
[ 108.773256] usb 1-1.5: new full-speed USB device number 12 using dwc_otg
[ 109.213210] usb 1-1.5: device not accepting address 12, error -32
[ 109.213345] usb 1-1-port5: unable to enumerate USB device

I'm running 2017-04-10 Raspbian Jessie.
What could be causing this error :?:
Thanks.
2018-04-28 01:57:18 Were you able to solve this issue? I have a simular exception.
Code: Select all
[ 1981.929666] usb 1-1.2: device descriptor read/64, error -32
[ 1982.149667] usb 1-1.2: device descriptor read/64, error -32
[ 1982.269772] usb 1-1-port2: attempt power cycle
[ 1982.889677] usb 1-1.4: reset full-speed USB device number 8 using dwc_otg
[ 1983.529685] usb 1-1.5: reset low-speed USB device number 9 using dwc_otg
[ 1984.169685] usb 1-1.2: new full-speed USB device number 16 using dwc_otg
[ 1984.609692] usb 1-1.2: device not accepting address 16, error -32
[ 1984.709699] usb 1-1.2: new full-speed USB device number 17 using dwc_otg
[ 1985.149741] usb 1-1.2: device not accepting address 17, error -32
[ 1985.149901] usb 1-1-port2: unable to enumerate USB device
userHeadPic anonymous
2017-05-09 08:02:27 If I reset the Shield :

[ 76.924636] usb 1-1.5: new full-speed USB device number 9 using dwc_otg
[ 77.066568] usb 1-1.5: New USB device found, idVendor=2341, idProduct=0036
[ 77.066582] usb 1-1.5: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[ 77.066590] usb 1-1.5: Product: Arduino Leonardo
[ 77.066598] usb 1-1.5: Manufacturer: Arduino LLC
[ 77.096277] cdc_acm 1-1.5:1.0: ttyACM0: USB ACM device
[ 77.097152] usbcore: registered new interface driver cdc_acm
[ 77.097158] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 84.570485] usb 1-1.5: USB disconnect, device number 9
[ 84.864639] usb 1-1.5: new full-speed USB device number 10 using dwc_otg
[ 84.964629] usb 1-1.5: device descriptor read/64, error -32
[ 85.184656] usb 1-1.5: device descriptor read/64, error -32
[ 85.404627] usb 1-1.5: new full-speed USB device number 11 using dwc_otg
[ 85.504631] usb 1-1.5: device descriptor read/64, error -32
[ 85.724628] usb 1-1.5: device descriptor read/64, error -32
[ 85.944631] usb 1-1.5: new full-speed USB device number 12 using dwc_otg
[ 86.384641] usb 1-1.5: device not accepting address 12, error -32
[ 86.484640] usb 1-1.5: new full-speed USB device number 13 using dwc_otg

Thanks.
userHeadPic opersem