Chat freely about anything...

User avatar
By martinayotte
#44726 There is an example in .arduino15/packages/esp8266/hardware/esp8266/2.1.0/libraries/ESP8266WiFi/examples/WiFiTelnetToSerial, but also in my own old sandbox MyAPServer.

Telnet in general is on port 23, but you can use the same protocol on any port you wish.
User avatar
By cyberlacs
#44759 Dear martinayotte, thank you again for teaching :)

### Server

The MyAPServer worked perfectly :)
--- Really interesting, I can not access 192.168.4.1

Noting that access is not easy
- Has moments that accesses | It has moments that do not

### Client

Now MyAPClient is giving the following message below


Connecting to TP-LINK_B76108
.......................
WiFi connected
IP address:
192.168.4.2
connecting to 192.168.4.1
connection failed
connecting to 192.168.4.1
connection failed


Thank you