I am wanting to print pricing labels for a list of products. I cannot use the csv as the prices change and am doing this through an in house application. How do I send like an array of data to the printer. I can print one label at a time, however this is slow. Through the P Template software it prints really quick. Any help would be much appreciated.
I am sending the commands to the printer in Hex and they work ok. Can print with Esc/P mode and with P Template mode. P Template mode is better as the layout can be set and stored on the printer, then all I need to do is send the object data.
Any help on how to send an array of sorts would be much appreciated.