-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Send string data over the server #12
Comments
I can do this in the server
but this is the output
in Android I send "123456789" with this code
|
News! I comment this line
and I get the "full" string 123456789ÿ I can eliminate the last char but is not the best... |
In my android app I have this
If I remove the last line, the ÿ disapear. So I guess that is the stop command. Can I remove that or is native? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! Its a great example to send commands but I need to send more information like strings or byts to decode in the server side.
Can U help me with the modifications on the server side when inputStream is read
inputStream.read
thanks!
The text was updated successfully, but these errors were encountered: