Table of Contents

.hs HID configuration for single press switch action

Controls how data is presented when Bluetooth® is configured for HID by the .bt command.

Android iOS .NET
link coming soon link coming soon HidSinglePressConfigurationCommand

Parameters

Identifier Values Description
-bh xxyy* Header key codes that preceded a Barcode
-bt xxyy* Termination key codes that follow a Barcode
-dh xxyy* Header key codes that preceded a transponder data
-dt xxyy* Termination key codes that follow a transponder data
-eh xxyy* Header key codes that preceded a transponder EPC
-et xxyy* Termination key codes that follow a transponder EPC
-ih xxyy* Header key codes that preceded an inventory cycle
-it xxyy* Termination key codes that follow an inventory cycle
-p List the current parameter values
-rh xxyy* Header key codes that preceded a read cycle
-rt xxyy* Termination key codes that follow a read cycle
-td asc/hex Determines how transponder data is sent
-x Reset the parameters to defaults

Where xx is the KeyCode for the first key sent and yy is the second. See above for valid KeyCodes.|

Parameter detail

-bh

Header key codes that preceded a Barcode

TypeHEX
Valuexxyy*
RangeTwo ASCII characters in HEX
Order In Interpretation2
Default Valueffff

-bt

Termination key codes that follow a Barcode

TypeHEX
Valuexxyy*
RangeTwo ASCII characters in HEX
Order In Interpretation3
Default Value0dff

-dh

Header key codes that preceded a transponder data

TypeHEX
Valuexxyy*
RangeTwo ASCII characters in HEX
Order In Interpretation4
Default Valueffff

-dt

Termination key codes that follow a transponder data

TypeHEX
Valuexxyy*
RangeTwo ASCII characters in HEX
Order In Interpretation5
Default Value0dff

-eh

Header key codes that preceded a transponder EPC

TypeHEX
Valuexxyy*
RangeTwo ASCII characters in HEX
Order In Interpretation6
Default Valueffff

-et

Termination key codes that follow a transponder EPC

TypeHEX
Valuexxyy*
RangeTwo ASCII characters in HEX
Order In Interpretation7
Default Value0dff

-ih

Header key codes that preceded an inventory cycle

TypeHEX
Valuexxyy*
RangeTwo ASCII characters in HEX
Order In Interpretation8
Default Valueffff

-it

Termination key codes that follow an inventory cycle

TypeHEX
Valuexxyy*
RangeTwo ASCII characters in HEX
Order In Interpretation9
Default Valueffff

-p

List the current parameter values

TypeSwitch
Value
Range
Order In Interpretation13

-rh

Header key codes that preceded a read cycle

TypeHEX
Valuexxyy*
RangeTwo ASCII characters in HEX
Order In Interpretation10
Default Valueffff

-rt

Termination key codes that follow a read cycle

TypeHEX
Valuexxyy*
RangeTwo ASCII characters in HEX
Order In Interpretation11
Default Valueffff

-td

Determines how transponder data is sent

TypeEnum
Valueasc/hex
Rangeasc/hex
Order In Interpretation12
Default Valuehex

-x

Reset the parameters to defaults

Where xx is the KeyCode for the first key sent and yy is the second. See above for valid KeyCodes.

TypeSwitch
Value
Range
Order In Interpretation1

Parameter Interpretation Order

-x, -bh, -bt, -dh, -dt, -eh, -et, -ih, -it, -rh, -rt, -td, -p

Parameter Defaults

-bh ffff, -bt 0dff, -dh ffff, -dt 0dff, -eh ffff, -et 0dff, -ih ffff, -it ffff, -rh ffff, -rt ffff, -td hex

Response Headers

CS ER ME OK PR

Examples

CommandResponseAction
.hs -xCS: .hs -x

OK:

.hs defaults loaded
.hs -pCS: .hs -p

PR: -bh ffff -bt 0dff -dh ffff -dt 0dff

-eh ffff -et 0dff -ih ffff -it ffff -rh ffff

-rt ffff -td asc

OK:

None