Have created a barcode type QRCODE in DDS which has a URL as the contents. I can scan the QRCode with my android phone but not with a apple phone. There must be something wrong with my IBM qrcode setup im DDS. Here's my DDS code.
FIELD7 25A 24 45 BARCODE(QRCODE 1 *HRZ + A X’02’ (*WIDTH .05) (*SWIDTH 1.5) + A (*QRCODE 4 1 *CONVERT(1) + A *TRIM *AIMSTD(99)))
Any ideas?
If I download a QRCODE generator from the Web and run it to create a qrcode barcode containing a URL and scan it with my android and apple phones it scans perfect.
I've never personally done that, and without a QRCODE to test with it's hard to say what's wrong. Have you tried contacting IBM for support?
Well, I tried scanning this with my Pixel 2 and nothing. Even printed it to try it that way and nothing.
I would contact IBM support.
Hi. Did you manage to solve the problem? Exactly the same thing happens to me.
Thank you very much
Nope. I would contact IBM support. My newer pixel won't even scan the QR code.
Hi,
Oh, dear, I'm sorry to hear that. Could you contact IBM?
Best regards from Spain!
I saw this on a another site.
replace *AIMSTD(99) by *UCCEAN
A ... A (*QRCODE 4 1 *CONVERT(1) + A *TRIM *UCCEAN)
And it finaly worked for me. :-)