JAVA and DPL-problems with sending image to printer
807580Jun 30 2010 — edited Jun 30 2010Hi all
I started to program Datamax printers in Java directly using DPL language. It all worked great-bar codes and tekst on labels but today i encountered a problem:
I can't send an image into the printer and print it.
The "downloading" phase I think is good: led shows that image is downloading and then led stops blinking...but when I try to print label with image the effect is strange. The problem maybe is in converting byte aray where the image is stored to String and puting it into DPL line and then convert again to byte array and send it direcly to printer.
I will put some code later but could You tell me-Is somebody have some experiance in this?