A barcode reader (or barcode scanner) is an electronic device for reading printed barcodes. It consists of a light source, a lens and a light sensor translating optical impulses into electrical ones.

learn more… | top users | synonyms

8
votes
4answers
6k views

window.plugins undefined in cordova-2.0.0 [closed]

I'm trying to use the BarcodeScanner plugin for Cordova in a BlackBerry device without luck. The sample code makes use of this structure: window.plugins.BarcodeScanner... but window.plugins is ...
0
votes
1answer
295 views

sdk target for barcode scanner library and main cordova android app project

I am working on a Cordova Android project with barcode scanning ability. I find the detailed steps on this blog helpful: ...
0
votes
1answer
111 views

required application for bar-code reader and logs generators

I'm looking for an application that logs barcodes and current time into a notepad or something that can easily be uploaded to a database. For example: A user swipes his ID, then the application will ...
0
votes
1answer
99 views

why error correction is required in datamatrix encoding?

I am working on a data-matrix encoding technique,i studied ECC-200 encoding methods, in ECC-200 method for 8x8 data-matrix they are using 8bit data,in that 8bit 3bit used for data and remaining ...
-2
votes
1answer
277 views

java:Barcode scanning [closed]

I need to find a bar code reader that works with Java. Essentially, the bar code reader is going to be used to read hardware asset barcodes. The reader will be connected to a laptop. I need to be able ...
0
votes
0answers
359 views

The correct way to integrate ZXing to a PhoneGap project?

I want to give QR code scanning facility to the Android application I am building using PhoneGap. I searched and found that there is a BarCodeScanner plugin built for Android that seems to be an ...
2
votes
2answers
990 views

C# Serial Port communication issue

I have a problem with a small C# application. The application has to connect through a serial port to a bar code scanner which reads a Data Matrix code. The Data Matrix code represents an array of ...
0
votes
0answers
130 views

Barcode Collector with Windows CE

I am using Visual Studio 2010 and I would like to ask if there is any chance to develop application for Windows CE (both 5.0 and 6.0) as I've been given an offer to create the application in C# that ...
0
votes
1answer
205 views

Barcode scanner and 2 submit buttons

I have a website where an operator have to choose "Yes" or "No" button using barcode scanner What is the recomendad way to do this? May be it will be good to use 2 barcodes, one for "Yes" and one ...
0
votes
2answers
355 views

VB Clear keyboard buffer

i know my question seems very similar to others according to a buffer-clear issue... but here is a detailed description: I have an motorolla handheld (bar-code scanner) which is reading barcodes over ...
0
votes
1answer
411 views

Android Barcode Scanner Not reading some barcodes

I am working on a Project which uses the Barcode Scanner for redeem points. I have tried Zxing,QR Droid, Red Laser,Scan Life,Shop Savy etc usig HTC EVO 3D. None of them read all barcodes. But Zbar ...
2
votes
0answers
672 views

Listen to keypress in HTML/JavaScript on iOS/Safari with Bluetooth Scanner/Keyboard without having to focus a field

I have the following setup: iPad with Safari browser running a webb-application. Bluetooth barcode-scanner connected/paired with the iPad. My web-application listens to keypress events globally ...
0
votes
1answer
246 views

PhoneGap + iOS exception: [UIWebOverflowScrollView _viewDelegate] message sent to deallocated instance 0x21e330

after using my App created with PhoneGap + iOS for some time, the app crashes with following error message: [UIWebOverflowScrollView _viewDelegate]: message sent to deallocated instance 0x21e330 I ...
1
vote
1answer
781 views

Handle barcode scanner value via Android device

I'm trying to handle value from a barcode scanner USB via my Android 3.2 tablet, the scanner is succefuly working in the OS but i want to get the value in the program without a edittext, usbmanager ...
0
votes
1answer
129 views

Capturing Line Feed character in a Windows Forms TextBox

I have a Windows Forms application containing a TextBox. After I focus on the TextBox, I use a USB barcode scanner to read out a barcode string which always starts with a Line Feed (LF) character. The ...
0
votes
2answers
520 views

android intent call without asking

My phonegap app using zxing barcode scanner. I aso install a demo app (barcodescanner) from zxing. Now, in my phonegap app, when I call a barcode scanner, android ask me choose which app to do this ...
0
votes
0answers
440 views

Failure to run application on the device IOS with Tibar module

I have a problem with the tibar (barcode scanner http://code.google.com/p/tibar/), when run on my iphone, xcode returns an error exit 65, I've outlined below: ** BUILD FAILED ** The following build ...
0
votes
1answer
143 views

jquery input detection after tirgger key for online pos

im writing a php pos system for my store, and im dealing with the barcode system now. basically i want to be able to monitor the window, and when the barcode comes in put it in the input search box ...
0
votes
1answer
264 views

Using ZBar to scan VIN barcodes adds extra “I” character

I am using ZBar iOS SDK to scan VIN barcodes on an app. But it sometimes adds an extra "I" character infront of the VIN and omits the last character. Can someone please help me with this ASAP? Also, ...
2
votes
1answer
115 views

Create an app that will scan barcode in a loop until the device's battery level is depleted

I need to create an app that will scan a barcode continuously until the battery level of the device is low to the point where it turns off. I need to test how long the battery will last while scanning ...
2
votes
2answers
638 views

ZBarReaderView with custom size from storyboard moving after start is called

i've got a ZBarReaderView created from storyboard with 216x20 px which is shown as roughly 230x50 px because ZBarReaderView doesn't take it's size too serious... It all works very well, however it ...
0
votes
1answer
451 views

Is it possible to send SysRq commands with a barcode scanner?

We have a kiosk application that runs matchbox on top of linux, and has only a barcode scanner for input (no keyboard). It would be great to be able to print a barcode that--when scanned--sent ...
0
votes
1answer
371 views

LS2008 USB Barcode Scanner

I'm working with a Symbol LS2008 Bar code scanner on a Windows 7 X64 machine. The problem that I'm running into is that the that OnBarCodeEvent of the Motorola CoreScanner API is never getting fired. ...
0
votes
1answer
230 views

How can I add ITF reader to my app

I'm interested in developing an app for iPhone that can scan and read ITF codes, like on tags of clothes. I would like to know if there is an SDK I could use? Should I contact the retailers for ...
0
votes
2answers
293 views

Barcode Scanning library for Blackberry other than Zxing

I am searching for a library whether is paid or open source for barcode scanning for Blackberry. I have found one. i.e. zxing. Please suggest some other libraries if you are aware of that. I want a ...
6
votes
3answers
2k views

android: zxing barcode scan successful but not returning from activity

I am successfully using zxing to scan codes, by calling the installed barcode reader's intent, but when it beeps and indicates a good scan I expect the zxing activity would return control so I can ...
0
votes
2answers
456 views

Android pass context to onclicklistener

Can anyone tell me how I can correctly pass my application context to my button setOnClickListener? I'm attempting to scan barcodes when I click a "scan button" defined in my layout code using Zxing. ...
2
votes
1answer
176 views

Android barcode reading

I am developing a barcode scanning app and using Zxing as the barcode scanner. My app sends an intent to Zxing which fires up and allows me to scan a barcode but ... I can't get any data back. I don't ...
0
votes
1answer
1k views

Zxing Barcode Scanner PhoneGap Plugin iOS landscape mode

I have implement Zxing Barcode Scanner in ipad using PhoneGap 1.7.0 and Zxing Barcode Scanner from https://github.com/phonegap/phonegap-plugins/tree/master/iOS/BarcodeScanner. But the orientation is ...
1
vote
1answer
1k views

Disable Symbol scanner 'beep' on successful scan?

I'm working with a motorolla MC55 which scans and beeps on a successful scan, I need to disable that feature so that it doesn't play any sounds at all on a scan. Any ideas how I can accomplish this?
0
votes
1answer
388 views

Is there a free-to-use EAN barcode scanning library for iOS without copyleft licensing?

I'm looking for a library to scan EAN codes in iOS. So far I've come across zxing but the iOS port scans only QR zbar which is copyleft licensed Cocoa-Touch-Barcode which only generates codes ...
1
vote
5answers
1k views

When Setting Flash Mode for Camera Paramters in zxing set Parameters failed exception in android

I am integrating barcode scanning functionality using zxing in android, my app includes turn on/off flash light functionality by button press. When the flash button is pressed it sets the flash to ...
0
votes
1answer
736 views

What are some good programmable barcode scanners?

Essentially, I'm looking for a 1D bar-code scanner that I can program, either through provided software or some sort of programming language, that will read a bar-code and format the resulting string. ...
0
votes
3answers
566 views

How HID devices work when programming?

I have a barcode scanner works as HID device. Everytime a barcode scans it goes directly to windows keyboard, for example if I open notepad I can see the barcode typed there. As far as I know ...
2
votes
2answers
435 views

Barcode Reader using scandit sdk

I am using Scandit SDk for barcode scanning.I am also following all the instructions run the demo "Project" which given by "Scandit" but, it is crash on click the any button. Is this any iOS problem? ...
1
vote
2answers
2k views

AndroidManifest file missing

i follow some tutorials to use the barcode scanner plugin for phonegap. But when i create a new android project from an existing source to create the barcode library (step 6 in this page) i got the ...
1
vote
0answers
74 views

Capture unprintable characters in Silverlight or WinForms field

I have a Silverlight application. In one field the user is supposed to enter data by scanning a barcode using a usb connected barcode-scanner. Normally this is not a problem because the barcode ...
0
votes
1answer
605 views

Datalogic Barcode/Weight Scanner

Could anyone please give me any idea as to where to start my coding in order to get data from OPOS(Datalogic Magellan device) weighting and barcode scanning in C#?? For example, what library and what ...
0
votes
1answer
185 views

Read 2D barcode encoded with base256

I have to read a 2D barcode that's encoded with base256. When I scan the barcode, it sends different characters as it comes from the keyboard and it changes the focus, turns visual studio in full ...
0
votes
1answer
106 views

Windows Forms app on mobile scanner, can't scan to textbox

Having some issues with setting up simple textbox on the windows form on my scanner. I have to add new textbox to existing already created app, and my new textbox doesn't seem to work. When i set ...
1
vote
2answers
1k views

access scanner, barcode, camera with asp.net application

I have this weird requirement to access scanner, barcode reader, camera etc. from an asp.net application. Since these are local resources, i know its not possible to do that. I was wondering if there ...
1
vote
0answers
356 views

Phonegap-plugin barcodescanner for iOS: no support for PDF417?

I'm building a barcodescanner for both Android and iPhone, which needs to support several formats, including PDF417. I got the phonegap plugin from github working on Android (is working nicely, really ...
1
vote
1answer
298 views

Fast java barcode scanner [closed]

I'm working on a project in which I need to implement a barcode scanner, and now I think I'll be needed a little help. The short description of my setup is: List item I have 8 cameras connected to ...
0
votes
1answer
88 views

PHP session is lost , only in windows mobile WinCE plat form

I have a web application developed in php working fine in handheld scanners and from desktop pc . Scanners with CE.net plat form php session working fine. But in windows mobile hand held scanners ...
0
votes
2answers
254 views

Use Phonegap-BarcodeScanner-Plugin for scanning existing Pictures without Camera

Would it be possible, to modify the PhoneGap-BarcodeScanner-Plugin (for iOS in my case) in that way, that it can scan already existing pictures from the iPhone-Photolibrary instead of fotos taken with ...
1
vote
1answer
1k views

How to Upload Barcode Data and Scale Data

So, I'm building a simple inventory system. The information will be stored in a remote SQL Server 2005 database. On the current part of the project I'm working on I need to scan a barcode(which holds ...
1
vote
2answers
246 views

How to create an actionPerformed event with a barcode being scanned?

I have a barcodescanner in my java application. When the barcode is scanned we display all the associated information except the barcode itself in a table which has the focus. The GUI for now only has ...
0
votes
0answers
463 views

MC9090-G Barcode Scanner With SQL Server Front-End

So, I'm writing an inventory system, and I'm using the MC9090-G Barcode Scanner to upload things to the SQL Server 2005 Database. I'm wondering if any of you guys have experience with these(or ...
2
votes
3answers
1k views

Why the command line utility hangs when invoked through java program?

I need your suggestions and guidance in following task. I am using libdmtx which comes with a command line utility which reads the image files for ECC200 Data Matrix barcodes, reads their ...
0
votes
1answer
158 views

BarcodeScanner isn't loading/showing

I installed the barcode plugin for phone gap and followed all the instructions. But when I launch the application and press the button to start scanning for a code, it doesn't do anything. Imported ...

1 3 4 5 6 7 12