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

Linux port of testTerminal.py #17

Open
elcojacobs opened this issue Oct 21, 2013 · 0 comments
Open

Linux port of testTerminal.py #17

elcojacobs opened this issue Oct 21, 2013 · 0 comments

Comments

@elcojacobs
Copy link
Member

testTerminal.py (https://github.com/BrewPi/brewpi-script/blob/develop/testTerminal.py) opens a serial port to the Arduino and expands the log messages it receives.

The current implementation uses msvcrt for non-blocking user input. This is a windows-only module.

It would be great to have an easily interact with the Arduino on Linux as well.

Of course '''screen /dev/ttyACM0 57600" works, but with the log messages not being expanded, it it hard to interpret the serial output.

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