Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
50 views

The Epson TM-m30III is configured like so in the utility app: I'm trying to print to the printer in a C# class using the Windows.Devices.PointOfService library. My code: public async Task ...
Bhav's user avatar
  • 2,287
0 votes
1 answer
991 views

The LS2208 scanner is plugged in, I tried the scanner modes listed below by reading barcodes I found in the manual. In "USB HID Keyboard" and "OPOS (IBM Hand-held with Full Disable)&...
KalAnd's user avatar
  • 121
0 votes
1 answer
911 views

I'm trying to print a simple line of text using a POS printer. Currently i do not have an actual pos printer hooked up but i do have the microsoft pos printer simulator. Currently i have a combobox ...
cooldanietje's user avatar
1 vote
2 answers
831 views

My CaptureElements are showing strange behavior. When I set a instantiated MediaCapture as the CaptureElements Source and then call MediaCapture.StartPreviewAsync() the CaptureElement doesn't show ...
SeriousBusinessGuy's user avatar
0 votes
1 answer
569 views

I am attempting to use an HP 4430 2d Imaging Barcode Scanner (BW868AA) with the UWP app using the PointOfService API. The barcode scanner is not in the list of officially supported hardware for the ...
Joe DePung's user avatar
  • 1,031
1 vote
3 answers
395 views

When I pair a SocketScan D700 via Bluetooth to a Windows 10 (1803/17134.286) desktop computer in SPP mode, then the barcode scanner is listed in "Other devices" in the settings menu "Bluetooth & ...
Jasper's user avatar
  • 484
0 votes
1 answer
3k views

I need to print labels in a UWP application. It's intended to function as a customer facing Kiosk which makes the standard UWP printing options unattractive, because they require the user to click ...
Dan Is Fiddling By Firelight's user avatar
1 vote
1 answer
722 views

On Windows 10 running a simple posdm.exe from the command line gives the error: C:\Program Files (x86)\Microsoft Point Of Service>posdm listsos POSDM: Error executing WMI query: 'SELECT * from ...
Patrick's user avatar
  • 697
1 vote
1 answer
300 views

I'm using the UWP Barcode Sample. I'm attempting to use the UWP PointOfService API with a Panasonic FZ-F1, which runs Windows 10 Mobile Enterprise. I'm unable to get supported Symbologies, because ...
fourwhey's user avatar
  • 550
0 votes
1 answer
145 views

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 ...
Chuck Giddens's user avatar
0 votes
2 answers
2k views

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 ...
John Graham's user avatar