Mo.Saber
7th March 2022, 12:34
Hello,
So I am trying to create a custom QR with the following code:
ext.barcode = bc$ (1010, 4, "Hello" , BC2D_SET_MODE (0x01) + BC2D_SET_LEVEL (0x01) + BC2D_SET_COLUMNS (0x00))
So, as you can see, I'm trying to have the QR code display "Hello". However, I receive the following text on scan:
AAAD8gAAAAQAAAAFAAAEQA==Hell
You can try scanning the attached barcode yourself.
So I am trying to create a custom QR with the following code:
ext.barcode = bc$ (1010, 4, "Hello" , BC2D_SET_MODE (0x01) + BC2D_SET_LEVEL (0x01) + BC2D_SET_COLUMNS (0x00))
So, as you can see, I'm trying to have the QR code display "Hello". However, I receive the following text on scan:
AAAD8gAAAAQAAAAFAAAEQA==Hell
You can try scanning the attached barcode yourself.