Help Needed for Connecting POS Printer via USB in UWP App
Hi Team,
I have implemented POS printer functionality in my UWP app. When I connect the POS printer using Bluetooth, it works perfectly. However, when I connect the printer via a USB cable, I’m unable to find a way to detect or connect to the printer within the app.
I have created a sample using the code from the link below. It works fine with a Bluetooth connection, but I’m unable to print when the printer is connected via USB.
https://github.com/Microsoft/Windows-universal-samples/tree/main/Samples/PosPrinter
Could you please help me understand how to connect and print using a USB-connected POS printer in a UWP app?
Thank you!