Table of Contents

Class HidSerialCommand

Namespace
TechnologySolutions.Rfid.AsciiProtocol.Commands
Assembly
TechnologySolutions.Rfid.AsciiProtocol.Core.dll

The .sh Serial HID Command of the Technology Solutions UK Ltd ASCII 2 Protocol

(.sh) HID serial is used to configure the reader to send HID ASCII responses over the serial port connection.

[AsciiCommand(".sh")]
public class HidSerialCommand : ParameterCommandBase, IAsciiCommand
Inheritance
HidSerialCommand
Implements
Inherited Members
Extension Methods

Remarks

The Bluetooth HID configuration is useful to get a reader to emulate a Bluetooth keyboard and type into a application. The HID Serial command sends similar responses to the HID mode, the HID configuration parameters still apply, but the data is sent over the Bluetooth or USB serial port connection. The reader will continue to process ASCII 2 commands but only those with HID output will reply. Prefix and suffix values may be set using HidSinglePressConfigurationCommand.hs and HidDoublePressConfigurationCommand .hd commands

Added with ASCII Protocol v2.5

Constructors

HidSerialCommand()

Initializes a new instance of the HidSerialCommand class

public HidSerialCommand()

Properties

IsBluetoothSerialHidEnabled

Gets or sets the whether HID responses are sent over the Bluetooth serial connection

[AsciiParameter("bt")]
public TriState? IsBluetoothSerialHidEnabled { get; set; }

Property Value

TriState?

IsUsbSerialHidEnabled

Gets or sets the whether HID responses are sent over the Bluetooth serial connection

[AsciiParameter("us")]
public TriState? IsUsbSerialHidEnabled { get; set; }

Property Value

TriState?