- This topic has 4 replies, 3 voices, and was last updated 10 years, 1 month ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › Embedded web server project
Hi Friends,
I am new to the forum, I am presently doing embedded webserver project. I need information regarding this project please can any one share the information ASAP.
THanks and Regards,
Nagaraj
Hi,
I have done the same using ARM9+LINUX. May I know which controller you are planning to use?
hi i am doing embedded web server project using p89v51rD2 controller and with vb gui. i need to know how to connect the server to client using winsock control,also i have planned to connect my lm35 to the controller through pcf8591, so i need to know the sensor interfacing program.
thank you
Hi,
You need to host GUI On static IP.
From 8051, connect GPRS Module and implement HTTP data send request on that static IP.
hi sir,
i have used a serial to ethernet module , initially i configured that S2E module with a static IP, which i got when i connected it to my PC. Now i have programmed the gui using VB6. i made a winsock control by giving this static IP which i configured. Now the problem is, should we host this gui to be accessed from anywhere ? cant we give that GUI as a .exe file for the user to access? . And also that i tested the device by connecting it to the modem in my pc and tried operating it from my laptop through the exe file i made. but it shows error message , like the ethernet connection is missing.
please kindly help with this issue, should i host it to access it?