-
-
Notifications
You must be signed in to change notification settings - Fork 800
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
Error on serial monitor console over Telnet #3421
Comments
Could you try this?
|
Similar problem, I get some weird chars and after a couple enters I get the output. Here you can see the monitor and a simple telnet connection:
The line |
And
|
Similar:
Maybe it's trying to emulate serial speed? Don't know anything about this Python module. |
It just prints what it receives. I'll try to debug it later. We want to release PIO Core 4.3 this week, it would be great to have support for Renode! You can't imagine how I thankful for your examples and article! 😊 |
The integration is pretty nice isn't! :) |
Looks like at least basic telnet session negotiation is required, more info: |
What kind of issue is this?
Configuration
PlatformIO on VSCode
Operating system:
MacOS Mojave
PlatformIO Version (
platformio --version
):Home: 3.1.1
Core: 4.2.1
Description of problem
While trying to access the serial console on a simulated device via telnet, when I open the serial monitor, I see some garbled characters. After hitting enter some times, I see the console output.
My config:
The project is: https://github.com/carlosedp/ZephyrConsoleEchoSIM
Steps to Reproduce
Actual Results
Expected Results
Console to open correectly. I've successfully got the console by using the
telnet 127.0.0.1 1234
command.The text was updated successfully, but these errors were encountered: