Posts by user8649 • 97 points
2 posts
-
3
votes1
answer1286
viewsQ: Socket connection causes an exception on Android
The code below works perfectly when only used with a Jbutton, but when passing to Android happens the exception (Exception). I have located that the error is in clientSocket = new Socket(serverIP,…
-
5
votes1
answer7213
viewsQ: Libraries for communication between Arduino and Android
I am a beginner Arduino programmer trying to make a connection to my mobile phone (Android) and / or my laptop using Java. I’ve done some research and so far I’ve found three examples of how this…