I'm working on a kitchen app in flutter. So I need to connect different types of printers to get the KOT and customer prints. I've already connected
- EPSON thermal printers
- Starmonics TSP100III
- Bluetooth printers
- SUNMI printers
But not able to connect FISCAL printers. It gets connected with the flutter app via Bluetooth but doesn't take a printout gives the exception: Unimplemented/Unsupported command
Is there any way to connect fiscal printers with flutter app?
I think you can try this but I don't know if it works