PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV Mobile 2024 → Print to wifi Zebra ZQ520
Print to wifi Zebra ZQ520
Started by Sérgio Martins, Dec., 17 2015 1:45 PM - No answer
Posted on December, 17 2015 - 1:45 PM
Hi.

I'm using windev mobile to print some information to a Zebra ZQ520 conneted by wifi.
I try the code:

iConfigure()
iPrint("Hello")
iEndPrinting()

The text is print but with lots of characters before.

Also try to use the following code to print a barcode:

iConfigure()
iPrintBarCode("123456789253",BC_EAN13,10,10,23,50)
iEndPrinting()

The printer print a lots of trash characters.

Can anyone help me?

Best regards,
Sérgio