IIDS
Jump to navigation
Jump to search
2 Port Reader[edit | edit source]
Setup Barcode Scanner[edit | edit source]
1. Plug in Barcode Scanner to lower USB Port
2. Scan below command barcode to setup Carriage Return:
3. Setup on Reader:
nc localhost 2020
SET SCANNERCONN /dev/input/by-path/platform-musb-hdrc.0.auto-usb-0:1.4:1.0-event-kbd
SET SCANNERENABLED ENABLED
COMMIT
4. Scan a barcode and look for it to show in RFID Service: [2023-01-04T14:55:03.071]-IO,5,HID,5437F0101800000000000001
Customer Specific Configuration + Disable Services[edit | edit source]
- Disables Wi-Fi, BLE, and other external services
wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/iids/iids-2port-pre-ship.sh -O - | sh
Surface Readers[edit | edit source]
Setup Barcode Scanner[edit | edit source]
1. Plug in Barcode Scanner to USB Port
2. Scan below command barcode to setup Carriage Return:
3. Setup on Reader:
nc localhost 2020
SET SCANNERCONN /dev/input/by-path/platform-musb-hdrc.0.auto-usb-0:1:1.0-event-kbd
SET SCANNERENABLED ENABLED
COMMIT
4. Scan a barcode and look for it to show in RFID Service: [2023-01-04T14:55:03.071]-IO,5,HID,5437F0101800000000000001
Customer Specific Configuration + Disable Services[edit | edit source]
- Disables Wi-Fi, BLE, and other external services
wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/iids/iids-surface-pre-ship.sh -O - | sh
Dock Door Portals[edit | edit source]
Customer Specific Configuration + Disable Services[edit | edit source]
- Setup Dock door configuration
- Disables Wi-Fi, BLE, and other external services
wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/iids/iids-dockdoor-portals-pre-ship.sh -O - | sh
- Run this for situations where there are 3 input sensors
SET TRIGGERINPUT 1 2 3
COMMIT
VR4DC[edit | edit source]
Customer Specific Configuration[edit | edit source]
- Run Secondrun Script:
wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/iids/iids-4p-secondrun.sh -O - | sh
After VR Hardware Manager test[edit | edit source]
- Reboot unit after Test
echo "SET READMODE CONT" | nc localhost 2020 | grep "ACK" echo "COMMIT" | nc localhost 2020 | grep "ACK"
- Wait 30sec before unplugging.
