QR Code

 

Code Parameter

Description

I.D.#

C/C++ Define

Accept. Input

Defaults

Scanner Type

Min

Max

Factory

Laser

2D Imager

Lorax

 

QR Code

Enable

Enables/disables QR Code symbology.

0B10

#define QRCODE_ENABLE

On or Off

Off

On

On

 

 

QR Code

Minimum

Set the minimum bar code label length to be less than or equal to maximum label length.

0B28

#define QRCODE_MIN_LENGTH

1 - 3500

1

3500

1

 

 

QR Code

Maximum

This feature specifies the maximum allowable length of a label. The length includes check and data characters, if applicable. Maximum Label Length should be greater than or equal to Minimum Label Length.

0B29

#define QRCODE_MAX_LENGTH

1 - 3500

1

3500

3500

 

 

QR Code User ID

Specifies the symbology identifier (if any) that is sent when parameter Send Code ID (Index 0025) is set to 3. ASCII code zero (null) is used to indicate that an identifier is not to be sent for the symbology.

0B2B

#define QRCODE_USER_ID

Any single

ASCII

character

(00 = Off)

‘c’

‘c’

‘c’

 

 

Micro QR Code Enable

Enables/disables Micro QR Code symbology.

0B14

#define MICROQRCODE_ENABLE

On or Off

Off

On

Off

 

 

QR Code Encoding

Default format of encoded data for QR Code labels.

0B32

0B32 #define QRCODE_ENCODING

0 = ISO 8859-1,

1 = UTF-8,

2 = Shift JIS

0

0

0