Open eric-sison opened 6 months ago
@eric-sison did you use the latest version?
Yes. My previous issue has already been resolved. It is now printing properly (including the quality). But I am facing another issue using 2.16.7, which is that, it only prints once. Last known working version (without issues) is 2.14.0. But when I upgraded to later versions, these issues arose.
The same thing happens with the example provided. I am using epson TM-P20 printer
hi, same here 1st print success 2nd become
3rd print success again
any one solve it?
this is my code
if (macAddredd != null) {
/// do print
await controller?.print(address: macAddredd, keepConnected: true).then(
(value) async {
List
After successfully printing a receipt once, subsequent attempts to print again are unsuccessful.