qr-codebarcode-scannerhoneywell

How to configure honeywell barcode scanner to receive all QR-code bytes in keyboard mode


we use barcode scanner to develop software which uses qr-codes. Our QR-codes contain binary data which is easy to receive when scanner set to virtual com-port mode. But we need to receive this binary data when scanner is set to usb keyboard mode. So when reading qr-code it will have non-printable and extended ascii values. We managed to configure scanner to send binary data as keyboard symbols including non-printable values. But we are not able to receive extended ascii values.

scanner: 1950gsr-2-INT configuration used:

example data:

How to configure scanner to receive all bytes in keyboard mode? Maybe it is possible to receive not keyboard symbols but hex byte values?

Any help is apriciated, thank you.


Solution

  • The solution was to set barcode scanner to hex dump mode as described in Hex Dump Mode. In this mode all bytes from qr-code are written to any text input field as string with hex values separated with space symbol.

    enter image description here

    Unfortunately this setting was not mentioned in official scanner documention and tutrials.

    Thanks @kunif who gave link with honeywell support answer for similar question How to enable HEX dump mode on a hand held scanner?