-->
Page 1 of 1

how to send a string to pc through esp8266 in arduino.

PostPosted: Sat Jul 09, 2016 8:05 am
by mgasitha
i have wifi router and esp8266Mod module. i need it to connect arduino to send string or text to pc. also i need it to store it to database directly or using VisualBasic without internet connection. to capture string or text)

pls help me..

Re: how to send a string to pc through esp8266 in arduino.

PostPosted: Wed Jul 13, 2016 9:23 am
by mgasitha
any one there to answer.......?

Re: how to send a string to pc through esp8266 in arduino.

PostPosted: Wed Jul 13, 2016 1:34 pm
by martinayotte
You need to install something on your PC such Apache-MySql-PHP (WAMP, or LAMP on Linux) and use ESP WiFiClient example to send some HTTP request containing the string you wish to save into MySQL.

Re: how to send a string to pc through esp8266 in arduino.

PostPosted: Wed Jul 13, 2016 6:12 pm
by villTech
if you want to do with VisualBasic, you can create network application with winsock.
try to read about vb winsocket.