<?php /**
*/
use Edoceo\Radix;
$_ENV['h1'] = $_ENV['title'] = 'Scanner :: Socket Mobile 7Ci/7Xi';
// 2DData Matrix for HID Interface
//$img = _make_2ddm('#FNC HID Acceptor 000000000000#');
// Barcode for HID-Peripheral C128 - #FNB00012000500#
$text = <<<EOT
Using the scanner for barcode or QR code input
This gives you your preferred keyboard and use of the scanner.
Unpair the scanner; then configure to HID-Peripheral mode (Scan: #FNB00012000500#);
Pair to your Device Open a Text Field, Click the Keyboard icon (lower right of screen) On the dialog slide the switch for Hardware to On.
This adds the SocketScan app, then enable it as a Keyboard selection. When using the scanner switch to this keyboard service.
Reset the Socket Mobile; Enable Blue-Tooth on the iPad and power on the Socket Mobile
To enable or disable the vibration on scan
Enable:
Disable:
This will reset the scanner device to the factory defaults.
EOT;
$PD = new Parsedown();
echo $PD->text($text);