Confidential Page 7 11/29/2012
2 Configuration file
The IDWedgeBT maintains configuration file called Config.xml. This file stores the
application parameters. If the file gets erased, it will be created automatically using
default settings on power on. If the file contains editing errors or is corrupted and cannot
be opened, then a file called ConfigError.txt will be written to the SD card. Once the
errors have been corrected and the file can be read, the ConfigError.txt file will be
automatically erased.
2.1 Config.xml
Below is an example of the contents of the default Config.xml file.
<add key=" Version" value="1.5" />
<!—version string, do not modify. Used to control updates to Config.xml -->
<add key="Name" value="IDWedgeBT" />
<!-- Bluetooth name the device shows when pairing -->
<add key="PIN" value="1234" />
<!-- Pin is the code the device request when pairing -->
<add key="Profile" value="6" />
<!-- Bluetooth profile - 6 is HID, 0 is Serial Port Profile -->
<add key="Mode" value="Pair" />
<!-- Mode - possible values for mode are Slave or Pair -->
<add key="Au h" value="2" />
<!-- Auth Possible values are 0 or 2 -->
<add key="FuncKey" value="Ejec " />
<!-- Keystroke sent when keyboard button is pressed in HID mode -->
<add key="Credi Card" value="True" />
<!-- Controls how credit card data is parsed output - creditcard.txt -->
<add key="1Dbarcode" value="False" />
<!-- Controls how 1Dbarcodes output in HID mode - OneDbar.txt ->
<add key="MagTrackCard" value="False" />
<!-- Controls how mag stripes are parsed output in HID mode - Magnetic.txt -->
<add key="AddFKIdDL" value="True" />
<!—Add FuncKey after valid ID/DL scan -->
<add key="AddFKCC" value="False" />
<!-- Add FuncKey after valid Credit Card scan -->
<add key="AddFK1D" value="False" />
<!-- Add FuncKey after valid 1D barcode scan -->
<add key="AddFKMag" value="False" />
<!-- Add FuncKey after valid Magnetic Card scan -->
<add key="MidIni ial" value="False" />
<!--Only send first digit of Middle name field -->
<add key="5Digi Zip" value="False" />
<--Only send first 5 digits of Zip Code field -->
<add key="ScanMsg" value="False" />
<--Send out Scan again message if card does not read -->
<add key="CharDelay" value="10" />
<--inter-character delay X*10Ms (range is 5-15) -->
<add key="C rlDelay" value="10" />
<--Control-character delay X*20Ms (range is 1-19) -->