We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: