On some forums, as well as in the POS SDK documentation:
You should add this to the xml file in the directory:
C:\Program Files\Common Files\microsoft shared\Point Of Service\Control Configurations\
<PointOfServiceConfig Version="1.0">
<ServiceObject Type="Scanner" Name="Example scanner">
<HardwareId From="HID\VID_04B4&PID_0100&REV_0001" To="HID\VID_04B4&PID_0100&REV_0001" />
</ServiceObject>
</PointOfServiceConfig>
You need to check the hardware identifier of your device and replace it in the tag <HardwareId>
This is a plug and play configuration.
source
share