I need to make the ESP8266 do the following:
- Run as a softAP unit with WPA authentication for connections (SSID & Passphrase)
- Listen to TCP port #2001 for connection (only one client allowed at a time)
- When data arrves on port #2001 send all bytes out through the physical serial port
- When data arrives from the physical serial port send all bytes out on the TCP port #2001
- It must NOT try to interpret any data in the communications, everything must be transferred as is!
The RS232 line operates at 38400 baud.
How can this be done?
Is it already done by someone who can share the needed code?
Maybe there are links to some on-line description?
Bo B
Sweden