Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No data :( #9

Open
0wwafa opened this issue Dec 17, 2024 · 1 comment
Open

No data :( #9

0wwafa opened this issue Dec 17, 2024 · 1 comment

Comments

@0wwafa
Copy link

0wwafa commented Dec 17, 2024

I tried both from windows and linux and I get nothing. The port opens and I read
Telnet connection from: ('192.168.1.100', 5975) in the console
But no data comes in or out.
and I get

Trying 192.168.1.114...
Connected to 192.168.1.114.
Escape character is '^]'.

nothing else.

My boot.py is:

import network
sta_if = network.WLAN(network.STA_IF); sta_if.active(True)
sta_if.connect("MYSSID","********")
sta_if.isconnected()
import esp
esp.osdebug(None)
import utelnetserver
utelnetserver.start()
@0wwafa
Copy link
Author

0wwafa commented Dec 17, 2024

Weirdly, if I connect to the COM PORT and type something I can see it in the telnet session.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant