Project: Flutter/Dart or with Java - Python Decompiler
I want to show the data coming to an IP Printer in the kitchen on the screen. I have developed an App with an IP Thermal printer that works with Flutter. But I would like to develop a driver to show this to the kitchen staff on a Screen. If anyone has an idea, can you write about how I can do this? Or how does the data come to the IP printer? Does anyone know how this came about? I found an app on Google Play, where I can create a virtual IP Thermal text, specify the IP address, and send data directly to it, and then I can see the screen of my phone. But I want to show this incoming data on a screen. Or I want to collect the incoming data in a list at the back and show it directly.
Printer Link - https://www.epson.eu/en_EU/products/retail/pos-printers/pos-printer-%28tm%29/epson-tm-t20iii-series/p/28271
App Google Play - https://play.google.com/store/apps/details?id=ru.a402d.rawbtprinter&hl=de&gl=US
Pub.dev Plugins for Flutter/Dart
https://pub.dev/packages/esc_pos_utils,
https://pub.dev/packages/blue_thermal_printer,
https://pub.dev/packages/esc_pos_printer,
That can be also helpfully, https://www.colorpilot.com/emfprinter_pos-virtual-printer.html
Thanks for all your Responses.