Printing to POS Printers in Xamarin Forms Android
问题 I have an app that is built with XF and I want it to be able to discover POS Printers through LAN, USB and maybe WIFI too, and print receipts with a very simple template. Does anyone have any leads ? there is this ePOS Android SDK : https://download.epson-biz.com/modules/pos/index.php?page=prod&pcat=3&pid=36 But it's with JAVA. And I also found this nugget ESC-POS : https://github.com/lukevp/ESC-POS-.NET If there is anyone who have any idea on how I should proceed or already done it before I