| 'M' | = enable badge port for magnetic card reader | |
| 'D' | = disable badge port | |
lcd_backlight: 'N' | = set LCD backlight ON | ||
| 'F' | = set LCD backlight OFF (default) | |
buzzer: | 'N' | = set buzzer ON (default) | |
| 'F' | = set buzzer OFF | |
keylock: | 'N' | = set keyboard Unlock (default) | |
| 'K' | = set keyboard Locked | |
| 'P' | = set keyboard Partial Locked | |
buzzer_volume: | ‘0’ | = Low volume (default) | |
|
| '5' | = Middle volume |
|
| '9' | = High volume |
2.3.Barcode Control Table
The MR350MKII supports decoding software to automatically discriminate bar code symbologies: Code 39, Code 39 Full ASCII,
2.3.1. Type Definition |
| |
typedef struct { | BYTE code39; | |
|
| BYTE i2of5; |
|
| BYTE codabar; |
|
| BYTE ean_upc; |
|
| BYTE code128; |
} BARCODE_CONFIG; | ||
code39: | 'N' | = Enable barcode decoding of Code 39(default) |
| 'F' | = Disable barcode decoding of Code 39 |
i2of5: | 'N' | = Enable barcode decoding of Interleaved 2 of 5 |
|
| (default) |
| 'F' | = Disable barcode decoding of Interleaved 2 of 5 |
codabar: | 'N' | = Enable barcode decoding of codabar(default) |
| 'F' | = Disable barcode decoding of Codabar |
ean_upc: | 'N' | = Enable barcode decoding of UPC/EAN |
|
| (default) |
| 'F' | = Disable barcode decoding of UPC/EAN |
code128: | 'N' | = Enable barcode decoding of Code 128 (default) |