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
Reported by @muhlpachr. It seems 'jag monitor' hangs sometimes on Windows:
PS C:\Users\michal\test> jag monitor -a Starting serial monitor of port 'COM11' ... o world! 158 Hello world! 159 Hello world! 160 Hello world! 1
Serial port seams to be fine, when I connect with terminal emulator or from Python, it continues without problem and do not hang.
Just for reference used toit code is this simple:
main: i := 1 while true: print "$i Hello world!" i++ sleep --ms=500
Originally posted by @muhlpachr in toitlang/toit#457 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reported by @muhlpachr. It seems 'jag monitor' hangs sometimes on Windows:
Serial port seams to be fine, when I connect with terminal emulator or from Python, it continues without problem and do not hang.
Just for reference used toit code is this simple:
Originally posted by @muhlpachr in toitlang/toit#457 (comment)
The text was updated successfully, but these errors were encountered: