Hi!
I have to do an application that receives data from another device to RS232 port and then sends it forward to the server. Server has a php script that catches parameters. So I just have to connect to url like "http://123.456.789.123:5555/some.php?param1=yeah¶m2=haey. But how? I have set up tcp client:
at+wipcfg=1
at+wipbr=1,6
at+wipbr=2,6,11,“Internet”
at+wipbr=4,6,0
at+wipcreate=2,1,“server ip”,5555
Then I get “+WIPREADY: 2,1” so everything ok…
But what after this? How can I load the url I said? It’s also possible to use ftp for sending a file to server, so you can help me with that also.
Or, if there’s C code for that, would be very useful also…
Thanks!
Lasse