Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to generate AZtec Programming barcodes #3

Closed
GoogleCodeExporter opened this issue Jul 30, 2015 · 8 comments
Closed

Unable to generate AZtec Programming barcodes #3

GoogleCodeExporter opened this issue Jul 30, 2015 · 8 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. set readerinit=true raw=true
2.
3.

What is the expected output? What do you see instead?
Expected to generate a programming barcode. But it is not read by scanner.

What version of the product are you using? On what operating system?
Windows 7 

Please provide any additional information below.


Original issue reported on code.google.com by nsr...@gmail.com on 24 Dec 2012 at 6:56

@GoogleCodeExporter
Copy link
Author

I also observe this issue.

Original comment by mikedo...@gmail.com on 22 Jan 2013 at 9:08

@GoogleCodeExporter
Copy link
Author

We identified the fix for this Aztec configuration code issue.  With a full 
size finder, like this code has, there are 16 mode bits – 5 representing the 
number of layers, and 11 representing the length.  Per the specification, the 
way you flag the code as a configuration code is to set the most significant 
bit (MSB) of the length (and the code must be 22 layers or less, but instead, 
the MSB of the number of layers is set, and the MSB of the length is cleared.   

Mode message encoded in this symbol (in binary) = 10000  00000001100 -> 
translation –> 17 layers, 13 data codewords (translation is each of the 
binary values + 1)
Mode Message that should be encoded (in binary) = 00000 10000001100 -> 
translation -> 1 layer, 13 data codewords – configuration code bit set.

Original comment by mikedo...@gmail.com on 23 Jan 2013 at 5:50

@GoogleCodeExporter
Copy link
Author

I have just fixed this in upstream BWIPP 2013-01-25:

http://code.google.com/p/postscriptbarcode/source/detail?r=2419

bwip-js will need to resync against this.

Original comment by terry.bu...@gmail.com on 25 Jan 2013 at 12:21

@GoogleCodeExporter
Copy link
Author

The 0.4 release includes the latest download of BWIPP, version 2013-01-17.  
Please verify this fixes the issue.

Original comment by mwar...@metafloor.com on 26 Feb 2013 at 9:17

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Correction.

Added new download, 0.5, that is sync'd to the active BWIPP branch 2013-01-25.
Please verify this fixes the issue.

Original comment by mwar...@metafloor.com on 26 Feb 2013 at 9:36

@GoogleCodeExporter
Copy link
Author

Tested in 0.5, issue addressed and 2D is working as expected.  Thi issue can be 
closed.

Original comment by mikedo...@gmail.com on 18 Mar 2013 at 10:48

@GoogleCodeExporter
Copy link
Author

Hi,

We are unable to generate programming barcodes in DataMatrix symbology. Can
you pls provide some guidelines on how to generate in that.

Thank You.
Vijaya

Original comment by nsr...@gmail.com on 12 Jun 2013 at 4:08

@GoogleCodeExporter
Copy link
Author

I need a bit more information about what you are trying to do.

What JavaScript platform or browser are you using?

Have you installed bwip-js and used the demo with a browser (via file:// URL) 
to generate any bar codes?

Have you read the BWIPP documentation on DataMatrix and its available options?

In the future, please open a new request rather than add an unrelated comment 
to an existing issue.

Regards, Mark

Original comment by mwar...@metafloor.com on 12 Jun 2013 at 5:13

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant