waynesingh
Programmer
Hi all,
I don't really think this is where to post this question, but someone may have some ideas.
I have written a program that talks directly to the printers (datamax and intermecs). This all works fine, but was told recently that the barcodes I am putting out are Code 128 and not EAN128. I have been researching this today and have found that to make it a EAN128 barcode I need to give it a FNC1 at the start of the barcode (symbol control character). There are two purposes of FNC1 in a barcode, 1 being a field seperator for non-fixed length fields, and the 2nd being to interpret the barcode as EAN. To make it a field seperator is ASCII(29), but I am having a lot of trouble finding what the value of FNC1 is when used as a symbol control character within the start characters.
If anyone has done any work with this then please let me know how you passed this value to the printer.
I am using TCP/IP socket communication to talk to the printer through a TroyXCD(Serial server) device if that helps at all.
Thank you in advance for any help offered.
Wayne Singh
I don't really think this is where to post this question, but someone may have some ideas.
I have written a program that talks directly to the printers (datamax and intermecs). This all works fine, but was told recently that the barcodes I am putting out are Code 128 and not EAN128. I have been researching this today and have found that to make it a EAN128 barcode I need to give it a FNC1 at the start of the barcode (symbol control character). There are two purposes of FNC1 in a barcode, 1 being a field seperator for non-fixed length fields, and the 2nd being to interpret the barcode as EAN. To make it a field seperator is ASCII(29), but I am having a lot of trouble finding what the value of FNC1 is when used as a symbol control character within the start characters.
If anyone has done any work with this then please let me know how you passed this value to the printer.
I am using TCP/IP socket communication to talk to the printer through a TroyXCD(Serial server) device if that helps at all.
Thank you in advance for any help offered.
Wayne Singh