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

Barcode Code Types #10

Open
chinch2 opened this issue Feb 11, 2019 · 3 comments
Open

Barcode Code Types #10

chinch2 opened this issue Feb 11, 2019 · 3 comments

Comments

@chinch2
Copy link

chinch2 commented Feb 11, 2019

Code types are from 65-73 (m input), which kind of code type (CODE39, ITF, UPC, EAN-13 etc) belongs to each value of input m? which value should i pick if i want a specific code bar type?

@signalwerk
Copy link
Owner

signalwerk commented May 31, 2019

I actually didn't write the barcode part. maybe @docwisdom can help with that.

@almendieta
Copy link

I have the same question that @chinch2: how can I change code type to Code128?

@almendieta
Copy link

almendieta commented Sep 28, 2023

Answering my own question so can be of help to anybody asking the same:

TM88.printBarcode(73,13);

Wherein:
67 ('default' in this code) it's EAN, 73 it's Code128 (iso15417)
13 means 13 max chars to codebar lenght, i.e. 1234567890123

If you need to find out the others, can use ZINT Barcode Studio, a free tool to generate a lot of standards, it's free to use. The only way is preview and compare...

I'm using a ZKTeco pos printer. This printer uses Epson esc/pos Command Support, so works fine to the most of functions, BUT Code Page. Sadly is not working to Spanish/German/Portuguese special chars.

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

No branches or pull requests

3 participants