Hi Dear,
I am currently using Micros 3700 version 5.5 MR7, which has a PMS that generates a QR code in the final tender and prints it, the following is the code I use:
VAR sUrlBase : A100 = "
startprint @CHK
format qrCodeData as sUrlBase
qrCodeDataLen = len(qrCodeData) + 3
rawDataLen = len(qrCodeData) + 48
FORMATRAW "ABC", 200, chr(127), rawDataLen, ";", chr(13), chr(10), chr(27), chr(97), chr(1), chr(29), chr(40), chr(107), chr(4), chr(0), chr(49), chr(65), chr(50), chr(0), chr(29), chr(40), chr(107), chr(3), chr(0), chr(49), chr(67), chr(5), chr(29), chr(40), chr(107), chr(3), chr(0), chr(49), chr(69), chr(48), chr(29), chr(40), chr(107), chr(qrCodeDataLen), chr(0), chr(49), chr(80), chr(48), qrCodeData, chr(29), chr(40), chr(107), chr(3), chr(0), chr(49), chr(81), chr(48), chr(27), chr(64)
printline "@@ABC@@"
Now, I am working with a POS with Micros 3700 version 5.0 RC 1, and I need to do the same, however I notice that this version does not support the "FORMATRAW" command.
Does anyone know what the correct command would be for this version?
Or how can I print a QR for version 5.0 RC 0.
If anyone has the url of the SIM Manual for Micros 3700 5.0 could you provide it? Thanks
I am currently using Micros 3700 version 5.5 MR7, which has a PMS that generates a QR code in the final tender and prints it, the following is the code I use:
VAR sUrlBase : A100 = "
startprint @CHK
format qrCodeData as sUrlBase
qrCodeDataLen = len(qrCodeData) + 3
rawDataLen = len(qrCodeData) + 48
FORMATRAW "ABC", 200, chr(127), rawDataLen, ";", chr(13), chr(10), chr(27), chr(97), chr(1), chr(29), chr(40), chr(107), chr(4), chr(0), chr(49), chr(65), chr(50), chr(0), chr(29), chr(40), chr(107), chr(3), chr(0), chr(49), chr(67), chr(5), chr(29), chr(40), chr(107), chr(3), chr(0), chr(49), chr(69), chr(48), chr(29), chr(40), chr(107), chr(qrCodeDataLen), chr(0), chr(49), chr(80), chr(48), qrCodeData, chr(29), chr(40), chr(107), chr(3), chr(0), chr(49), chr(81), chr(48), chr(27), chr(64)
printline "@@ABC@@"
Now, I am working with a POS with Micros 3700 version 5.0 RC 1, and I need to do the same, however I notice that this version does not support the "FORMATRAW" command.
Does anyone know what the correct command would be for this version?
Or how can I print a QR for version 5.0 RC 0.
If anyone has the url of the SIM Manual for Micros 3700 5.0 could you provide it? Thanks