Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Decoding 2D barcodes

Status
Not open for further replies.

VE6CPU

Programmer
Joined
Oct 27, 2010
Messages
1
Location
CA
Hello all;

I'm trying to get a Symbol DS6707 to decode a 2D barcode (like the one on the back of some drivers licenses) but have hit a snag. Some of the bar codes decode just fine. Others seems to send ALT key combos that make programs like note pad want to save the document. I'm not sure if its sending a ATL-S or ALT-A or ALT-F4 but its sending something strange. Has any one else seen this sort of thing and know how to fix it?
 
Barcodes may have all sorts of data encoded in it; sometimes this data is not visible in the scan. You may want to use an ASCII Decoder (it's free), an application that displays hidden characters:


You will get a better idea as to what is exactly in the barcode.
 
I suspect that the data in some of these barcodes is probably encrypted.

... so your scanner just returns some encrypted characters, each of which could potentially be ANY character, depending on the encryption.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top