Posts by HenryC • 41 points
6 posts
-
1
votes1
answer303
views -
0
votes1
answer303
views -
1
votes1
answer407
viewsA: Send sms with modem 3g
RESOLUTION I use the RXTX library where we can download HERE and take out windows-x64 on the part of Downloads. Copy to project folder Rxcommtx.jar jar, rxtxParallel.dll and rxtxSerial.dll. I use…
-
-3
votes1
answer407
viewsQ: Send sms with modem 3g
I am developing a java application that sends sms via a modem using RXTX. So far I have this code: public static void main(String args[]) throws Exception{ BlockingQueue<String> queue = new…
-
1
votes1
answer150
viewsA: Android device fails httpTransportSE and emulator fails
Good guys. After two days to find out why in the emulator gave and the real device could not, I reached the solution of the problem. PROBLEM: I made an Android application that used services and…
-
-2
votes1
answer150
viewsQ: Android device fails httpTransportSE and emulator fails
I have a server with webservices running locally. When I run the android application in the emulator, this can connect to the webservice. When I run the same app on a real device, it doesn’t…