Inventory Output Interface |
Readers might output with Stream interfaces or Keyboard interfaces.
There are 4 types of inventory Stream output interfaces:
- USB HID
- USB Virtual COM Port
- TCP Client (Reader as TCP Server)
- TCP Server (Remote Host) (Reader as TCP Clent)
- BLE (Reader as BLE Peripheral)
There are 2 types of inventory
Keyboard output interfaces:
- USB Keyboard (Reader as a USB keyboard)
- BLE Keyboard (Reader as a BLE keyboard)
There are additional format settings when output with Keyboard. You can set this format with one of the following methods:
-
Call SetKeyboardFormat.
-
Set Prefix, Suffix, FieldSeparator, PostDataDelimiter, OutputFormat in the Settings object and call SetAllSettings(Settings).