21 questions
0
votes
0
answers
50
views
Epson TM-m30III don't print the £ symbol
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 ...
0
votes
1
answer
991
views
Why isn't my scanner in the PosExplorer.GetDevices() list?
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)&...
0
votes
1
answer
911
views
WPF C# POS printer, open a device from a dropdown menu
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 ...
1
vote
2
answers
831
views
UWP BarcodeScanner Preview: CaptureElement doesn't show any Preview
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 ...
0
votes
1
answer
569
views
Does OPOS Bridge for UWP PointOfService support OPOS Barcode Scanners
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 ...
1
vote
3
answers
395
views
How to use UWP PointOfService API for SocketScan D700 in SPP mode
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 & ...
0
votes
1
answer
3k
views
Get an ESC/POS mode printer to be recognised by the UWP POS printer driver/API
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 ...
1
vote
1
answer
722
views
Error using posdm.exe from POS for .NET on Windows 10
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 ...
1
vote
1
answer
300
views
UWP PointOfService API - Can't use GetSupportSymbologiesAsync or GetSymbologyAttributesAsync
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 ...
0
votes
1
answer
145
views
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 ...
0
votes
2
answers
2k
views
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 ...