I have an android server service that uses ServerSocket, it receives data using the TCP-ip protocol.
If I connect from an App made with B4A and send the data, it works perfectly.
If I try to send data from Windows using mswinsocket or from a non-B4A andorid App, it gives me the connection but does not receive the data.
??
If I connect from an App made with B4A and send the data, it works perfectly.
If I try to send data from Windows using mswinsocket or from a non-B4A andorid App, it gives me the connection but does not receive the data.
??