Android ESC/POS Printing Over WiFi

Viewed 11435

I want to write an Android app which will do following in steps and I want you to help me find right APIs for them to speed up the process. The printer I am going to use supports ESC/POS protocols.

  1. Find all printers nearby using WiFi.
  2. It will select one printer may be first one.
  3. It will send a text document to printer for printing and will see if it was printed successfully.

I found some APIs like this. I believe my problem is similar to this post

1 Answers
Related