Print ZPLII QR to open url

后端 未结 2 963
南旧
南旧 2021-01-28 11:46

I\'m using Zebra ZPLII to create a label with a QR code to open an specific url. When I use iPhone camera to scan the QR phone shows \"unusable data\" and when I try with an ext

2条回答
  •  孤独总比滥情好
    2021-01-28 12:14

    Find an easy solution, seems that the problem is that all the text after ^FD is not interpreted as text or something like that. To solve my problem I just did this:

    ^FO300,95^BQN,2,4^FDwww.google.com^FS
    

    change to this:

    ^FO300,95^BQN,2,4^FD             www.google.com^FS
    

提交回复
热议问题