0

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.

Anas Alweish
  • 2,818
  • 4
  • 30
  • 44

1 Answers1

1

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

Franklin Chen - MSFT
  • 4,845
  • 2
  • 17
  • 28