As the title says... Chat on...

User avatar
By O2Addict
#27093 I have created a basic TCP to UART bridge. What I want to do is to be able to login to a webpage to set the settings such as SSID, Password, Baud Rate etc. However when I try and do this, I get an error saying that it only supports one server. Any suggestions how I can have a webpage on port 80 to configure the device, and a TCP Server repeating the UART Data on port 8888. I am looking for the method to achieve this, not coding which is why I have not included any code.

Thanks
User avatar
By Divinity82
#30617 Set module as ap, code it to serve up a webpage with textboxes that will be used to get variables used for setup.
Check payload for variables. Use found variables and their values to configure the device. Close the connection.
Initiate a new connection on port 8888.