3

I have an IP address of my my printer on the network. I want to send print command on that printer. What shoul i do for this.. Any one help me fo this. Thanks

Jaffar Raza
  • 176
  • 3
  • 10
  • Here's an easy way to print text to a network printer from Android: http://stackoverflow.com/a/13584763/1172181 – Luis Jan 28 '13 at 20:07

1 Answers1

4

It is simple as HttpConnection & writing DataOutputStream, First of all you need to make Serial Connection with that IP address. After making Connection you need to make DataOutputStream for writing files/words , these will goes to printer & will print it. I did same for Bluetooth Printer previously.

Lucifer
  • 29,392
  • 25
  • 90
  • 143