Questions tagged [pointofservice]

Windows UWP PointOfService namespace or POS for .NET interfaces for interacting with retail peripherals such as barcode scanners, receipt printers, etc.

Windows interfaces for interacting with retail peripherals via

20 questions
0
votes
1 answer

Reading Credit Card info using PointOfService API in UWP

Has anyone had any success with the PointOfService.MagneticStripeReader objects? The sample from Microsoft UWP Examples (Git) does not even work with my card reader (iDTech IDRE-335133B) which is on the supported devices list for UWP. I can get…
0
votes
2 answers

Windows 10 UWP C# Barcode Sample does not see scanner

I've been trying to get my scanner to work in this UWP sample, Windows-universal-samples/Samples/BarcodeScanner/cs/. However, my scanner Honeywell Xenon 1900GHD-2 is not found as a valid scanner. The project reports "Barcode scanner not found.…
fourwhey
  • 490
  • 4
  • 19
0
votes
2 answers

UWP .Net POSPrinter Not Identifying Epson USB Receipt Printer

I am following the example from the following Repo: https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/PosPrinter. In the Scenario1_ReceiptPrinter.xaml.cs I have modified the FindReceiptPrinter to run a FindAllAsync() like…
John Graham
  • 573
  • 4
  • 20
-1
votes
1 answer

How can the current barcode scan output the value?

I use a GD4430 handheld scanner from the company Datalogic with the included OPOS driver. With the following code I manage to address the scanner. When I start the program, the scanner becomes active and you can scan. But I can not display the…
JaDoLo
  • 111
  • 9
-1
votes
1 answer

Read Bar-code scanner value through window service (C#)

I have a bar-code scanner attached to my windows machine USB port. Is it possible to create windows service which runs in background and checks if any bar-code is scanned, whenever a bar-code is scanned I want the windows service to handle it and…
Mhadonis
  • 330
  • 3
  • 11
1
2