[android-developers] Re: TCP Socket communication between C# and Android

2011-11-04 Thread Tonez
Thanks for the responses. Serene is spot on, sending a newline character does the trick. My while loop continues execution if a newline character is received and within the while loop I added a check for this and break out of it to continue code execution. Thank you all again for the help! On

[android-developers] Re: TCP Socket communication between C# and Android

2011-11-02 Thread serene
From the .net socket , canu try to send the message with a new line character at the end of message. ?? On Nov 1, 1:39 pm, Tonez apires...@gmail.com wrote: Hi Everyone, I have a .net c# application acting as a server listening on a particular port, and an Android app that I'm building acting