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
1
vote
2 answers

im have trouble with adding pos printer to posdm (configuration.xml or command line adddevice)

I am having trouble with adding my Pos Printer to PosDM in Configurattion XML and with command line add device. i had searched a lot about this but got nothing Useful i had tried the command line add device like: "posdm adddevice…
amirsalar
  • 13
  • 2
1
vote
2 answers

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 anything. I have one Application (main-app) with a…
1
vote
3 answers

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 & other devices". According to Terry Warwick this…
Jasper
  • 444
  • 3
  • 19
1
vote
1 answer

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 ServiceObject ', res=c0c02402: 0xC0C02402 I am unable…
Patrick
  • 677
  • 5
  • 14
1
vote
1 answer

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 scanner.GetSupportedSymbologiesAsync() always…
fourwhey
  • 490
  • 4
  • 19
0
votes
1 answer

PosPrinter PrintMemoryBitmap throws illegal exception

I'm using the Microsoft.PointOfService library to control an Epson POS receipt printer. I'm trying to add logos to the receipts, but I can't seem to get the PrintMemoryBitmap(...) function to work. The PrintBitmap(...) function works just fine, but…
Jyclop
  • 469
  • 1
  • 6
  • 15
0
votes
1 answer

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)" modes I can read barcodes into a text document with the…
KalAnd
  • 81
  • 1
  • 7
0
votes
2 answers

UWP BarcodeScanner DataRecieved event not firing in WPF app

I have a WPF point of sale app which I have recently ported from net48 to netcore3.1 (what a job!). In the app, I use a Honeywell Voyager 1200g via a POS4NET service object (HHSO4NET.dll) for scanning simple barcodes and all was well. However In the…
Jon
  • 190
  • 2
  • 15
0
votes
1 answer

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 control that will list all found posprinters. The…
0
votes
1 answer

Can I receive events from a BarcodeScanner in a background task?

I am totally new to UWP and building an application that needs to take input from a barcode scanner using the UWP Point-of-Service API. I also have a legacy application that needs to take input from the scanner as key presses. My scanner (a Zebra…
David Brown
  • 35,411
  • 11
  • 83
  • 132
0
votes
1 answer

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 UWP PointOfService library. The scanner also does…
Joe DePung
  • 991
  • 3
  • 11
  • 21
0
votes
0 answers

Autoclaim POS Bluetooth Barcode scanner when in reach

I have a requirement for an UWP app to claim any paired Bluetooth scanner device upon app start, but also after the Bluetooth scanner power cycles, or comes back in range after being out of range. The users shouldn't even have to think about…
Jasper
  • 444
  • 3
  • 19
0
votes
2 answers

BarcodeScanner found but not possible to connect with Windows.Devices.PointOfService

I have created a watcher to connect to BarcodeScanner using Windows.Devices.PointOfService var watcher = DeviceInformation.CreateWatcher(BarcodeScanner.GetDeviceSelector()); var id = ""; watcher.Added += async (sender, information) => { id =…
Luigi Saggese
  • 5,299
  • 3
  • 43
  • 94
0
votes
1 answer

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 through a windows print confirmation…
0
votes
1 answer

Universal Windows Platform (UWP) barcode scanner application

I want to create a simpe UWP barcode scanner application but I am unable to use my built in camera on my Lumia 950 or on my laptop, because PointOfService(POS) API seems to be working only with an external barcode scanner that is connected through…
Adrián Molčan
  • 133
  • 1
  • 6
1
2