Reverse Engineering INI File

I am maintaining a legacy application that prints product labels on packaging. The format of the label is stored in the INI file. I wanted to know if anyone has any hints on the meaning of this format. I pasted a snippet here.

{D1531,1000,1501|} {C|} {U2;0130|} {D1531,1000,1501|} {AX;+000,+000,+00|} {AY;+05,0|} {PC000;0922,0555,15,15,H,11,B|} {RC00;<FE/>LABELTITLE</FE>|} {PC001;0865,0555,15,15,H,11,B|} {RC01;<FE/>CURRENT</FE>|} {PC002;0796,0040,10,10,H,11,B|}

+2


a source to share


2 answers


These are printer commands for the Century Eagle barcode printer. jai Ho!



0


a source


Use the source code. :-) This will get you somewhere faster than reading the input into the program and trying to dump the contents of the code from the input to that code.



0


a source







All Articles