I have been through some research, found two modules available.
One is : Titanium+ Barcode module and the other is TiBar
It seems only TiBar supports 1D barcode. Titanium+ Barcode only supports 2D barcode. Is that correct?
4 Answers
No, that is not correct.
Ti+ Barcode support varies by platform. For iOS it is:
- QR Code
- Data Matrix
- UPC_A
- UPC_E
- EAN_8
- EAN_13
- Code 39
- Code 128
- ITF
For Android it is:
- QR Code
- Data Matrix
- UPC_A
- UPC_E
- EAN_8
- EAN_13
- RSS14
- Code 39
- Code 93
- Code 128
TiBar is only for iOS, and it supports:
- QR-Code
- CODE-128
- CODE-39
- I25
- DataBar
- DataBar-Exp
- EAN-13
- EAN-8
- UPC-A
- UPC-E
- ISBN-13
- ISBN-10
- PDF417
For Android, you can also consider just using an intent to read QR codes, as explained in this blog entry.
this is a linear/1D barcode scanning too. it is able to scan UPC A/E, EAN 8/13, Code128, Code39, Code25 Interleaved, EAN128
The Above Anser givenby Doug Handy is in correct as the module didnot support the 2D- Datamatrix which contains the more than one products code or information. If it possible then please provide us the module which supports the 2-D Datamatrix.
I just downloaded the Ti.Barcode module and it seems ok, put the demo code on my iphone and I can scan UPC code on consumer products and get the "text" numbers and I have a website that will give me the item information, which is what I'm looking for. Is there an easier way to do this; is there something built into the module that will give me this information or am I going to have to do all that myself?
Thank you.
Your Answer
Think you can help? Login to answer this question!