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.
2
votes
1answer
194 views
ASP.NET web app is stripping unprintable characters from text box
I am writing a web application in ASP.NET that accepts a string from a 2D Barcode Reader using the 4.0 .NET Framework. I am developing on a Windows 7 64 bit box. The 2D Barcode has unprintable ...
1
vote
0answers
153 views
Are there any barcode scanner SDK's that use the iSight camera on a Mac with OS X 10.8? [closed]
I know that ZBar has one here that is open source, but it's really slow and the barcode has to be exactly positioned for the camera to scan.
Are there any other known barcode scanners that use iSight ...
1
vote
2answers
240 views
Implementing Barcode Scanner
I am developing an app in which i have to use Barcode Scanner to scan Barcode and after lot of search i got the following code:
Intent intent = new Intent("com.google.zxing.client.android.SCAN");
...
2
votes
1answer
133 views
Can flash actionscript detect which device is typing?
im building myself a little web app database for my shop that tracks my stock and staff via a barcode scanner.
i've done all the work but am now having a problem with the scanner input box not ...
0
votes
1answer
405 views
scan barcode(generated using ZBar SDK) using iPhone simulator?
I want to test my barcode scanner using iPhone Camera.
I'm using ZBar SDK for my barcode scanning.
I have a scan button for this.When I click on Scan button,its showing me the message,"Camera ...
0
votes
1answer
105 views
Trying to get data from barcode device
I have a barcode device that can be connected to a computer or to an android device through USB port.
It scans the barcode and show the result wherever it finds a cursor, it can be an editbox, ...
2
votes
1answer
110 views
What scannable barcode formats supported by zxing are usable open source?
I'm developing an android application where in I generate data matrices and allow users to input them using zxing for scanning them.
However, there was a license issue raised asking if all the ...
1
vote
2answers
116 views
How to achieve constant width for barcodes; regardless of barcode-data
Currently I'm programming a label-writer (Brother QL-570, if it matters, in Java) to print barcodes with different ID's. The length of the barcode data can vary from ~17 characters to ~3.
However, ...
3
votes
1answer
235 views
phonegap barcode scanner iOS6 screen orientation
tthis is my first Question here. So please forgive me, if its not perfekt formated.
Goal
A native App, build with Phonegap via Dreamweaver, includes the Barcode Scanner Plugin
...
1
vote
1answer
116 views
Why the barcode scanner code being used in google cloud print integration code?
The Google cloud print integration code at https://developers.google.com/cloud-print/docs/android
uses the zxing barcode scanner code as well. Please refer:
public boolean ...
0
votes
2answers
263 views
How can I lookup data about a food from its barcode number?
I am currently designing an iOS application for helping diabetics to manage their condition.
One feature I am working on is a barcode scanner, where the user will be able to take a picture of a ...
-2
votes
2answers
83 views
Prevent iphone soft keyboard from appearing in mobile app + barcode scanner
I'm building web app for warehouse, where most inputs are filled in by barcode scanner, so I don't want mobile soft keyboard to appear as it just eats the screen space.
I've found recommendations to ...
1
vote
1answer
326 views
iOS Barcode Scanner SDK for Bluetooth Scanners
I need to integrate a solution into my application that allows the user to use a handheld barcode scanner that is connected to an iPad via Bluetooth to scan data into the app. I currently have the ...
0
votes
1answer
175 views
Barcode iOS plugin : unrecognized selector
After installing the phonegap plugin Barcode reader on iOS, I got the following error:
-[CDVbcsViewController setOrientationDelegate:]:
unrecognized selector sent to instance 0x2fb6a0
...
2
votes
2answers
201 views
using Barcode Scanner in android
i am trying to make an application that will work on the phone to scan bar code. so i have tried the code bellow but it gives me this error
11-28 11:18:45.750: E/AndroidRuntime(772): FATAL ...
1
vote
3answers
708 views
zbar sdk not working on iphone simulator by using camera simulator
I have to support barcode scanning on my project. I'm using zbar sdk for that.I have integrated the code and run using iphone simulator. I'm using camera simulator for scanning barcode.Its opening the ...
3
votes
0answers
347 views
Phonegap with barcodescanner issue with screen rotation
I'm using PhoneGap 2.2.0 and the barcode plugin https://github.com/phonegap/phonegap-plugins/tree/master/Android/BarcodeScanner (version 2.0.0)
Here is the index.html:
<!DOCTYPE HTML>
...
2
votes
1answer
255 views
Zxing causes app to stop&exit
I'm trying to add zxing as library to my android app - it must be offline so using Intent to outside app is bad as many people wouldn't have bar code scanner.
I have Zxing as library, name is ...
0
votes
0answers
301 views
ZXing scanning of multiple barcode
I've found this library https://github.com/TheLevelUp/ZXingObjC which is a port of ZXing to Objective-C and supports multiple barcode scanning. I need that for an App so I've tried to get it worked ...
0
votes
1answer
61 views
Can you Copy a UPC from Zxing and Paste on a Web App
What I'm trying to do is launch the Zxing App when you push a button and open the native app, then take the resulting barcode number and place it in our database. Is it possible to do this with only ...
0
votes
1answer
178 views
Reading barcodes & sending information to ASP.NET
I have an application to be used in a shop, where the employee needs to read the barcode of an item and have its details showing up on screen. The application is to be built in ASP.NET.
Is this ...
0
votes
1answer
160 views
zxing barcode - how to embed the scanner(intent) with other layouts
The code below works for me. However, how could I embed it with other layouts from another activity?
Basically, The screen will be splitted in two parts:
Fist one will contain a header and shared ...
-1
votes
3answers
950 views
Barcode generation and decoding in PHP
I need to develop a PHP application that will be generating barcodes and also will have the ability to read those barcodes back.
As my application will be a web based application and underlying ...
0
votes
2answers
308 views
How to retrive and use data from “window.plugins.barcodeScanner.scan” PhoneGap Zxing plugin?
I am using PhoneGap to develop an Android App. I am using ZXing plugin in order to scan a QR-Code.
In index.html, I put a button in order to scan a QR-Code:
<a href="#" onclick="scanCode();">
...
0
votes
1answer
401 views
Barcode data conversion?
I bought a barcode scanner off ebay and, of course, the manual is written entirely in chinese.. i have this barcode:
i used a barcode generator to create it and when it asked me for the content of ...
0
votes
1answer
1k views
how to translate chinese characters in an image to english?
I recently bought a Barcode scanner online and when i got it, I noticed that the entire user guide is in chinese (Simplified)... I was wondering if there was some sort of OCR software out there that ...
0
votes
1answer
106 views
Increasing text output speed wedge scanner
I have a Symbol MC-50 pocket PC and I'm trying to scan a QR-code with a lot data. To be precise: 256 characters.
The text has been compressed to the max, so I can't decrease the amount of data.
When ...
1
vote
1answer
290 views
Catch Data from a barcode scanner connected via Ethernet
I have a vb.net application that needs to catch the readings from a barcode scanner in a TextBox.
As far as I know, the scanners work sending the data as keystrokes, but I dont know if that still ...
0
votes
1answer
224 views
How get scanner list in vb?
I'm writing a piece of code in vb6 to scan documents. But i can't get scanners list which installed on the system in a combo box. How can i do that ?
0
votes
1answer
303 views
Add passes to passbook via custom iphone application
I need to get capture image of real world pass(loyalty card) from Camera or library (UIImagepickerviewcontroller) and add relavent field(like card name/card number) and need to save this IOS 6 's ...
2
votes
1answer
404 views
Error when decoding image
I am trying to use MessagingToolkit to decode an image in C#/ASP.NET. I have managed to encode a qr using this package, but when i try to decode, using the code below it comes up with 2 errors (at the ...
1
vote
1answer
2k views
how does “com.google.zxing.client.android.SCAN” work in android?
I developed a BarcodeScanner app with ZXING library. for that I downloaded the complete library and added it to my proj and called an Intent with URI:"com.myproject.vinscan.client.android.SCAN". but ...
0
votes
0answers
420 views
scaning barcode, QR code & capture image using android takePicture
I am scanning images and getting barcode and QR code value....
I am using ZBar library for scanning QR Code and barcode...
below is my code
@Override
protected void onResume() {
mCamera = ...
0
votes
0answers
156 views
OPOS .NET 4.0 Scanner/Scale
I'm using POS For .NET to use ticketprinters, scanners & scales in a opos application.
I installed CCO from Monroe to get them to work on windows 7 / .NET 4.0, WPF application.
My Epson printers ...
0
votes
0answers
91 views
barcode scanner lan/wlan with java support [closed]
i am looking for a barcodescanner which can be connected to the local area network. It would be perfect if the scanner send his id with the scanned code and if an development kit in java is available.
...
3
votes
1answer
126 views
How to flush “socket mobile” scanner buffer in IOS development?
I have made an iOS Application using the Socket Mobile SDK. When I open my view, the scanner delegate receives data scanned before the viewdidload function.
How can I send a buffer reset or flush to ...
1
vote
0answers
67 views
How to set value on android barcode apps?
I am doing a QR code scanner. Using calling other apps(ZXING) to scan, so now I am going to set a qrcode value like "12345"(text). When my apps scan the value will jump to next layout. So what code ...
0
votes
1answer
102 views
wireless barcode scanner .net framework [closed]
I'm doing a .NET application run on Windows 7 which requires an additional wireless barcode scanner. I'm having some questions as below:
1) How does the scanner communicate with my application ? Does ...
0
votes
0answers
99 views
How to process window message with bufferization
I have a WH_GETMESSAGE hook that catches WM_KEYDOWN and WM_INPUT (right now only WM_KEYDOWN), what i need is a way to measure time intervals between WM_KEYDOWNs to see how fast user typing. Exactly i ...
0
votes
1answer
178 views
Motorola HandHeld Terminal MC75A does not Respond
I'm developing some project with Motorola MC75A. But I have some problem. I added barcode control to page and EnableScanner properties=false.
When I change barcode's properties EnableScanner=True and ...
2
votes
3answers
2k views
linker command failed with exit code 1 (use -v to see invocation) (armv7) xcode
I tried to compile my xcode project (i use xcode 4.5) and i have installed cordova 1,5 and the plugin BarecodeScanner on my project.
When i try to compile on iOs 6 ipod devices, i have the following ...
0
votes
0answers
159 views
Perform scanning manually on button click for BarcodeSacnner plugin android in phonegap
I am new in mobile development. I am getting issue in BarcodeSacanner plugin for android. I need to change the default design of Barcode Scanner. I want to Add a button and on Button Click need to ...
0
votes
1answer
223 views
Integrating built in barcode scanner with android app phonegap
I want to write an app that uses a device with a built in barcode scanner, such as this device here http://liliputing.com/2012/05/rampage-6-is-a-rugged-waterproof-android-2-3-tablet.html. I am using ...
0
votes
1answer
169 views
Zxing not scanning certain Data Matrix codes
Hi I am able to read some 2d datamatrix barcode images downloaded from internet using Zxing library but not able to read images taken from my high resolution colored camera images. Now I am converting ...
1
vote
0answers
76 views
How to scann using RedLaser library and return barcode to ScanBarcodeActivity?
I am using RedLaser library to scan barcode for product. My class extends after BarcodeScanActivity. Method onScanStatusUpdate is used to getting barcode without break. When I am saving barcode to db, ...
1
vote
2answers
75 views
Scan ticket in iphone app
I want to scan the ticket image for retrieving its information automatically as ticket verified. Is there any way to do this by some code. Below is mentioned the link that shows how scanning needs to ...
1
vote
1answer
204 views
2-D barcode detection and image spliting
I am working on 2d-barcode reader java ZXing library. Is it possible to identify 2d-barcode from an image which has multiple barcodes? I have to first split the detected 2d-barcodes into matrix form ...
0
votes
0answers
138 views
Zbar SDK returns some time no result with blurry image of Barcode
I am using Zbar SDK to scan barcode. But sometimes it will not return the result because of Blurry image, I know the same question has been posted several times before, but didn't get any solution.
...
0
votes
1answer
166 views
android - How to scan barcode and QR Code using one Scanner
I need the scanner that scans the bar code as well as QR code.For this i saw one App in the Play Store is QR Barcode Scanner.But i don't how to integrate this to android application.
I want the best ...
6
votes
1answer
1k views
Reading USB HID barcode scanner input without knowing VID&PID
I'm trying to develop device independent library for barcode scanners, it has to be working in windows environment.
I've done some research in this field, afaik most of the solutions of this problem ...


