KevinGong2013 / Printer

Swift ticket printer framework for ESC/POS-compatible thermal printers.
Apache License 2.0
144 stars 72 forks source link

connect to printer #61

Open aus60 opened 1 year ago

aus60 commented 1 year ago

how can I connect to printer with this project

`if bluetoothPrinterManager.canPrint {

// How can the app enter here ?

bluetoothPrinterManager.print(ticket)

} dummyPrinter.print(ticket)`

thank you

KevinGong2013 commented 1 year ago

tap Choose Printer button & choose your printer.