I have followed this link to do printing in UWP. Windows-universal-samples this code working fine in windows desktop version of UWP.
but I am not getting Bluetooth printer when running this code on windows phone. please help me.
I have followed this link to do printing in UWP. Windows-universal-samples this code working fine in windows desktop version of UWP.
but I am not getting Bluetooth printer when running this code on windows phone. please help me.
On Universal Windows Platform, currently, the possible way is to use POS printer API. It enables us to print to network and Bluetooth connected receipt printer.
The important thing is, the printer should use the Epson ESC/POS printer control language.
Please see POS printer sample