Hello,
I have to interact with a server, by sending a password, followed by some data.
There has to be this interaction with the server:
I send password to server, I end my string with CRLF = "password"
server sends back "OK"
I send GSMNetwork (string) to server, I end my string again with CRLF
server sends back "OK"
I send GSMRoaming (string) to server, I end my string again with CRLF
server sends back "OK"
The problem is that the server takes some time for authentication (so between line 2 and 3 above) and I have to wait +-13 seconds before I can send the GSMNetwork-data. How can I implement this in LabView?
The rest of the data-transmission is the same (send and receive with server), I just need some help to do the first steps. Can anyone help me?
see attachment for my current version