PDR2514W

QR barcode was not generated, the input data did not match the specified encoding.

What happened:You specified data that did not match the specified encoding.

What to do: Ensure the data is correct, or specify a different encoding. Alphanumeric encoding supports uppercase characters. Encoding lowercase characters requires Binary encoding.

To encode lowercase alpha-numeric such as a URL: use <QRCODE> B (binary encoding). Here is an example with the correct encoding:

   // QR Code
  <add>
  <addtype>Q
  <addpart>'http://www.g1.com/support'
  <qrcode> 1 B Y
  <position> 2 2 IN
  </add>