I have an issue regarding using a Barcode Scanner with Pi B+ on Raspbian.
The Scanner "SG303 High Performance CCD Scanner" works perfectly fine on Win8.1 Desktop and Linux Ubuntu Live-DVD without installing any additional software.
But using it on my Raspberry doesn't work. When I scan a Barcode, the Scanner does this usually "beep", but there is no data transfer (into a opened Textfile). Because it scans the Code, there should be no problem with the power supply.
The Pi detects the Scanner as seen here:
Code: Select all
$ lsusb | grep Weltrend
Bus 001 Device 009: ID 040b:6510 Weltrend Semiconductor Weltrend Bar Code ReaderCode: Select all
$ dmesg
[7510873.817215] usb 1-1.3: new low-speed USB device number 8 using dwc_otg
[7510873.936455] usb 1-1.3: New USB device found, idVendor=040b, idProduct=6510
[7510873.936498] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[7510873.936518] usb 1-1.3: Product: Bar Code Reader
[7510873.936535] usb 1-1.3: Manufacturer: Weltrend
[7510873.966600] input: Weltrend Bar Code Reader as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:040B:6510.0002/input/input1
[7510873.977773] hid-generic 0003:040B:6510.0002: input,hidraw0: USB HID v1.10 Keyboard [Weltrend Bar Code Reader] on usb-bcm2708_usb-1.3/input0- Scanner on Win8.1 and Linux Ubuntu 15.10 Live-DVD -> works fine
- Plug the Scanner in, while only a USB-Stick is attached -> no effect
- Use a powered USB-Hub (5V/1A), attach only the Scanner on this Hub -> no effect
Thanks for your help!
Best regards, Timore