Zebra DS2278 barcode scanner arrived
Cool! Today my ordered barcode scanner has just arrived and #Linux has happily detected it:
[5415724.653044] usb 2-6.1: new full-speed USB device number 36 using xhci_hcd
[5415726.189043] usb 2-6.2.1: new full-speed USB device number 37 using xhci_hcd
[5415726.290946] usb 2-6.2.1: New USB device found, idVendor=05e0, idProduct=1200, bcdDevice= 0.03
[5415726.290949] usb 2-6.2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[5415726.290950] usb 2-6.2.1: Product: Symbol Bar Code Scanner::EA
[5415726.290951] usb 2-6.2.1: Manufacturer: Symbol Technologies, Inc, 2008
[5415726.290952] usb 2-6.2.1: SerialNumber: S/N:B8BC5A23C069EA479E223DC43B13F757:3
[5415726.298240] input: Symbol Technologies, Inc, 2008 Symbol Bar Code Scanner::EA as /devices/pci0000:00/0000:00:14.0/usb2/2-6/2-6.2/2-6.2.1/2-6.2.1:1.0/0003:05E0:1200.0016/input/input49
[5415726.357180] hid-generic 0003:05E0:1200.0016: input,hidraw1: USB HID v1.10 Keyboard [Symbol Technologies, Inc, 2008 Symbol Bar Code Scanner::EA] on usb-0000:00:14.0-6.2.1/input0
I already did test scans here and I'm happy to say it works neatly!
like this
Frank Dapor #podmin
in reply to Roland Häder🇩🇪 • • •Roland Häder🇩🇪
in reply to Frank Dapor #podmin • •@Frank Dapor #podmin I have programmed a software for home financial called JFinancials where I can control expenses and income with. It is much easier to add products by their barcode and not long searches.
Maybe just a free-time enjoyment of mine.
The software is FLOSS by the way: git.mxchange.org/?p=jfinancial… while this is only the "roof" project, not code here to look at. You have to go to jfinancials-ejb (EJB) and jfinancials-war (JSF/PF project) and then there are tons of sub-sub-sub projects which take care of a lot entities.
Frank Dapor #podmin
in reply to Roland Häder🇩🇪 • • •I also have a barcode scanner an label printer here - both in original foil :(
So much projekt - so less time
I planned to get an overview about my food in the cellar - without going there
Roland Häder🇩🇪 likes this.
Roland Häder🇩🇪
in reply to Frank Dapor #podmin • •Frank Dapor #podmin
in reply to Roland Häder🇩🇪 • • •Roland Häder🇩🇪
in reply to Frank Dapor #podmin • •Frank Dapor #podmin
in reply to Roland Häder🇩🇪 • • •Roland Häder🇩🇪 likes this.
Roland Häder🇩🇪
in reply to Roland Häder🇩🇪 • •I still have to manually enter a lot receipts here, scanning may happen not so soon. Still I had some more test scans by putting the cursor into the search field and scan a product. The encoded number then appears in the search field and the
onchange
event causes the #AJAX request to update the product table.I cannot share any screenshots with you here as they contain real data (my bought products). So you have to live with the description here.