MicrosoftDocs / windows-dev-docs

Conceptual and overview content for developing Windows apps
Creative Commons Attribution 4.0 International
682 stars 1.19k forks source link

Socket Mobile Durascan D700 listing correct? #1014

Closed JasperE84 closed 5 years ago

JasperE84 commented 5 years ago

Is the Socket Mobile Durascan D700 correctly listed here? When the scanner is paired via bluetooth in SPP mode, windows will not recognize it as a barcode scanner. It's listed in "Other devices" in the settings menu "Bluetooth & other devices". image

The SocketScan 10 desktop application can be configured to listen to the COM port, and function as a keyboard wedge for the D700. The UWP sample app however does not succeed in claiming the device

Should the devices listed in "Bluetooth & other devices" be recognized by Win10 as a barcode scanner before claiming as demonstrated in the UWP sample app works?

If so, how can Win10 be configured to recognize the scanner as being a barcode scanner?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

TerryWarwick commented 5 years ago

@JasperE84,

Yes, the Socket Mobile D700 device in SPP SSI mode is supported in Windows 10 by the Windows.Devices.PointofService.BarcodeScanner APIs even though the Icon in Settings does not appear to reflect this. The incorrect Icon is the result of a specific hardware setting that does not impact the use of the scanner in Windows.

If you require further support on this issue, Please ask your question on either Stack Overflow or MSDN UWP Forum and include details about the version of Windows 10 that you are using. This information can be found by right clicking the start menu and choose Run then type WinVer or type Ver at a command prompt.

To help us locate your questions on Stack Overflow or MSDN UWP Forums...

Terry Warwick, Microsoft

JasperE84 commented 5 years ago

Thanks, I created the topic here: https://stackoverflow.com/questions/52522366/how-to-use-uwp-pointofservice-api-for-socketscan-d700-in-spp-mode