.sh Serial HID Command
Configures the reader to send HID style responses over an SPP link. The reader will continue to process all ASCII2 commands, but only those with HID output reply. Prefix and suffix values may be set using .hs & .hd
| Android | iOS | .NET |
|---|---|---|
| link coming soon | link coming soon | HidSerialCommand |
Parameters
| Identifier | Values | Description |
|---|---|---|
| -bt | on/off | Turn HID responses over Bluetooth SPP on or off |
| -us | on/off | Turn HID responses over USB SPP on or off |
| -p | List the current parameter values | |
| -x | Reset the parameters to defaults |
Parameter detail
-bt
Turn HID responses over Bluetooth SPP on or off
| Type | Enum |
|---|---|
| Value | on/off |
| Range | on/off |
| Order In Interpretation | 2 |
| Default Value | off |
-us
Turn HID responses over USB SPP on or off
| Type | Enum |
|---|---|
| Value | on/off |
| Range | on/off |
| Order In Interpretation | 3 |
| Default Value | off |
-p
List the current parameter values
| Type | Switch |
|---|---|
| Value | |
| Range | |
| Order In Interpretation | 4 |
-x
Reset the parameters to defaults
| Type | Switch |
|---|---|
| Value | |
| Range | |
| Order In Interpretation | 1 |
Parameter Interpretation Order
-x, -bt, -us, -p
Parameter Defaults
-bt off, -us off
Response Headers
Examples
| Command | Response | Action |
| .sh -x | CS: .sa -x
OK: | .sh defaults loaded |
| .sh -bt on -p | CS: .sa -bt on -p
PR: -bt on -us off -p -x OK: | Enables HID responses over Bluetooth |