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 terminal input in filteroutput.py #557

Open
surfskidude opened this issue Jan 26, 2018 · 2 comments
Open

No terminal input in filteroutput.py #557

surfskidude opened this issue Jan 26, 2018 · 2 comments

Comments

@surfskidude
Copy link

surfskidude commented Jan 26, 2018

I do not get any terminal input when I use the python script filteroutput.py (started via make test ...). I can connect another terminal program such as putty and my ESP program gets input data, but not from filteroutput.py

Is this by design or a bug?

@nochkin
Copy link
Contributor

nochkin commented Jan 30, 2018

When checking the source of filteroutput.py script, it appears it just reads from port and never writes to it.
It never intendent to take any input and put it back to ESP (the only moment when it actually checks stdin is when it uses it instead of serial).

@projectgus
Copy link
Contributor

BTW, the (in some ways) spiritual successor of the filteroutput script is idf_monitor.py in the ESP-IDF project. Which supports sending stdin to the device, and also a bunch of other features. It's Apache licensed and could probably be adapted into esp-open-rtos in some ways:
https://github.com/espressif/esp-idf/blob/master/tools/idf_monitor.py

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

3 participants