Hello,
via VB6 I send a string to my machine. The machine also answers. That means the string is ok.
If I now send the same string via B4J to the machine I get a Error.Send B4J the string differently?
Connection is init. and OK!
The error message shows me that the sent string is not OK. But it works with VB6!
Any Idea?
LOG:
Connected with 192.168.178.20
btn_Send
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:210)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at anywheresoftware.b4a.randomaccessfile.AsyncStreams$AIN.readNumberOfBytes(AsyncStreams.java:287)
at anywheresoftware.b4a.randomaccessfile.AsyncStreams$AIN.run(AsyncStreams.java:212)
at java.lang.Thread.run(Thread.java:748)
via VB6 I send a string to my machine. The machine also answers. That means the string is ok.
If I now send the same string via B4J to the machine I get a Error.Send B4J the string differently?
Connection is init. and OK!
The error message shows me that the sent string is not OK. But it works with VB6!
Any Idea?
LOG:
Connected with 192.168.178.20
btn_Send
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:210)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at anywheresoftware.b4a.randomaccessfile.AsyncStreams$AIN.readNumberOfBytes(AsyncStreams.java:287)
at anywheresoftware.b4a.randomaccessfile.AsyncStreams$AIN.run(AsyncStreams.java:212)
at java.lang.Thread.run(Thread.java:748)