Open chinch2 opened 5 years ago
I actually didn't write the barcode part. maybe @docwisdom can help with that.
I have the same question that @chinch2: how can I change code type to Code128?
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.
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?