Files on the SD Card
On wake up the default configuration is loaded. All the command parameters have their specified default value. If the “auto.txt” file is present on the SD card it is executed as if sent from a host. This may overwrite some or the entire loaded configuration.
Files on SD
The following files will be acted upon by an ASCII Protocol reader is present on its SD card
File name | Description |
---|---|
AUTO.TXT | Script which runs on start up |
LOG.TXT | Event log file |
no.log | If present all logging is disabled |
no.mnt | If present it prevents the internal memory from automatically mounting when a USB connection is established. |
Kbd_rr.hid | A language specific keyboard mapping for HID mode where rr is the two letter ISO code for the country (see .hc HID config Command ) |
AUTO.TXT
This file has one or more ASCII 2 Protocol command (one per line) which a executed in turn as the reader wakes from sleep. Typically, where appropriate, these commands will include the -n switch to not perform the command but to just alter the configuration from its default
LOG.TXT
This file is appended as the reader executes ASCII 2 Protocol commands. The same output as would be sent to the host is writtent to the log file.