I solved the first problem where I was having null in my output and now I am having
another one where I cannot read data sent from my computer to my phone..
New code becomes
client
public void startApp() {
try {
// establish a socket connection with remote server...
I want to send a message to my computer from my phone using TCP..My computer is the server and my phone is the client. I am able to send a message from my phone to my computer but in the output, I get null characters ..
I paste my codes below;;
Client ::
public void startApp() {...
0 down vote favorite
I want to send a message to my computer from my phone using TCP..My computer is the server and my phone is the client. I am able to send a message from my phone to my computer but in the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.