PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → Print to wifi Zebra ZQ520
Print to wifi Zebra ZQ520
Débuté par Sérgio Martins, 17 déc. 2015 13:45 - Aucune réponse
Posté le 17 décembre 2015 - 13:45
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