Reputation: 176
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
Upvotes: 3
Views: 3247
Reputation: 29632
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.
Upvotes: 4