Data Matrix (2D barcode) decoding… Anyone know of an easy or accessible approach to decoding them?
Data Matrix (2D barcode) decoding… Anyone know of an easy or accessible approach to decoding them?
Best answer:
You may want to just buy a component that will do that for you and interface with it in your application.
blackice.com/barcodeDataMatrix2DRead.htm
They even include example code for your use that would resolve the issue the other answer here raised. They would give you all the code needed to determine what format it’s in.
Not all barcodes are read from paper you know? They could be from stored files or incoming messages (PDFs or similar).
Tags: accessible, anyone, approach, Barcode, Data, decoding..., easy, know, Matrix, them
Under Forum

1 Comment for Data Matrix (2D barcode) decoding… Anyone know of an easy or accessible approach to decoding them?
1. colanth | February 13th, 2005 at 8:18 pm
You normally use a barcode reader that feeds you the characters tht the barcode represents (IOW, hardware decoding). The barcode reader appears to the computer as a device that “says” numbers and letters (like a keyboard). (Some barcode formats include alpha characters.)
If you write software to do it, you have to also write software to detect which format is being used.
Leave a Comment for Data Matrix (2D barcode) decoding… Anyone know of an easy or accessible approach to decoding them?
You must be logged in to post a comment.
Trackback this post | Subscribe to the comments via RSS Feed