1

I have a Newland NLS-BS80 Bluetooth Barcode Scanner and it has a "Restore Factory Defaults" Barcode in its manual printed in paper.

This barcode instantly reset the device to its factory defaults, so I want to create a web link based image of it for use of my co-workers.

So I scanned this Barcode with a Barcode Scanner app in Android to find out what is behind it and I found that its actual value is $$%^1207 but I don't know why when I make a Code-128 barcode in a online tool that contains same $$%^1207 value it can't reset my device?

The device just treats it as an normal barcode not a special reset one.

So where I'm doing wrong? Thanks.

Original factory reset barcode

My barcode created based on original one

1 Answers1

0

Your barcodes are not the same.

Yours is simply $$%^1207 while the original one is <FNC3>$$%^1207.

Encoding FNC3 is dependent on your encoding program. Try perhaps to add ^3 to the beginning of the barcode data.

harrymc
  • 498,455