Page 1 of 1
QR Code (HMG_Zebra)
Posted: Mon Mar 27, 2023 11:34 am
by s57ua
Hi,
can someone suggest how to implement ECI - Extended Channnel Interpretation codes (8859-2) in hbzebra (qrcode)?
Best regards, TIA
Mitja
Re: QR Code (HMG_Zebra)
Posted: Mon Mar 27, 2023 6:11 pm
by edk
From what I was able to find out, you need to add ECI indicator at the beginning of the string, for 8859-2 it is "\000004". So an example string should look something like "\000004Zażółć gęślą jaźń". It should be noted that not all qr code readers correctly interpret ECI indicators.
Note that the official HMG function for generating QR codes has a bug. Here is the fix:
http://hmgforum.com/viewtopic.php?p=534 ... cbb#p53474
Re: QR Code (HMG_Zebra)
Posted: Tue Mar 28, 2023 2:32 pm
by Red2
Thank you very much EDK for the link.
I am now able create QR files using HMG.
QUESTION:
Does anyone know if there is also HMG program code to read a QR file and return its text contents?
Best regards,
Spence
Re: QR Code (HMG_Zebra)
Posted: Tue Mar 28, 2023 9:30 pm
by AUGE_OHR
Red2 wrote: ↑Tue Mar 28, 2023 2:32 pm
QUESTION:
Does anyone know if there is also HMG program code to
read a QR file and return its
text contents?
have a look into MiniGUI Extended Version
c:\minigui\Samples\Advanced\QrDecode\
Re: QR Code (HMG_Zebra)
Posted: Tue Mar 28, 2023 10:31 pm
by Red2
Thank you Jimmy, I'll have a look.
Regards,
Red2