I'm trying to print a ticket using .NET POS but i'm not able to get the Default printer.
PosPrinter defaultPrinter = await PosPrinter.GetDefaultAsync();
I also tried this:
string deviceSelector = PosPrinter.GetDeviceSelector();
PosPrinter printer = await PosPrinter.FromIdAsync(deviceSelector);
I have my thermal printer configured as default.
Have you tried the way using the PosExplorer and the printer name? Snippet: