Hi,
I couldn't get much help from my previous post so requesting again for help. I have succeed in looking at sent message via tcpip in my browser. I would like to move a step further.
I have matlab 2015a and i have arduino connected to wifi. I would like to see the same message in matlab which i saw in browser. (It is the webserver example one can find in the arduino examples)
Seems simple enough but I can't get further. I am using 'tcpip' function in matlab to assign the port and tcpip number. Then I take fread or fscanf function to get the data but no success.
Please help.
If anyone has succeeded in communicating with arduino via tcpip please give the part of the program which I can take help from.
Thanks & regards,
Sri
PS: Ultimately I would like to create a GUI to receive and send commands to arduino