The Barcode reader library is a library for capturing barcode data from the scanner module and setting and controlling the scanner.

The following is an overview of the Barcode reader library.

Barcode reader settings

By default, the terminal is set to be able to read multiple types of barcodes.
For readable types, please refer to the [Barcode reader settings].
Use the SystemSetting function to change the settings.
  • It is possible to set whether or not to inspect the Checkdigit (CD) and the output format of the readings.
    Limiting the types of barcodes that should be read is recommended to reduce the chance of misreading.
  • The collation count setting is the number of times to decode the same data in order to perform correct reading.
    Reducing the number of matches will make the read faster, but it will also increase the chance of misreading.
  • When [CD output without CD"]is set, the value of the area corresponding to the CD is not output even if the CD does not exist in the read barcode.
    (Output only for Code 11.)

Barcode reading

The ScannerPower function is used to start reading, and the ReadBarcode function is used to read the read data.
After reading, whether to stop reading automatically or continue reading continuously (multiple readings) is changed by the argument of the ScannerPower function.

Last updated: 2020/10/21