
Chris P
- Flag inappropriate
- Show review history
love the app. wanted 5stars but I hoped for an answer to a bug I can't find solution. scanning upc-a adds leading zero and recognizes barcode as ean. why? how to fix that? is there a readme. txt to browse? can't find any on GitHub. thank you. I'll keep trying. I tried JavaScript but I'm a hardware guy not software so not knowing JavaScript I kept getting empty strings.. I tried. maybe after some help I'll put it to another go. update same afternoon: OMG it worked to just paste the JS. 5*
Hi, thanks for the feedback. That's because each UPC-A is an EAN that just encodes a (hidden) leading zero. Purely by looking at the barcode data it cannot be determined if it's an EAN or UPC-A. Some scanners just drop the first zero from EANs. To do the same, you can use the javascript feature like this: format=="EAN_13"?code.replace(/^0/,""):code

Himantha Marasinghe
Really great app. Had to change some settings on the pc but after that, the app worked without any problem. Currently, I have been using it for like 3 months. Tried some other apps but I couldn't get them to work even after changing lots of settings on both devices. The only thing I didn't like was that the scan history got deleted every time I relaunched it. It would be cool if this app had a way to store scanned barcodes and send them to pc without having to scan them every time.
7 people found this review helpful

Rommel Palacio
The app is working well for QR code scanning to PC, smooth integration into my workflow. Bluetooth transfer is a bit delay, character-by-character transmission is spot-on. That kind of lag can definitely slow things down, especially for longer strings or frequent scans. Please make a tweak on the optimization bluetooth transfer, speed and reliability matter, even small tweaks like this can make a big difference. Great App indeed!
3 people found this review helpful