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

'jag monitor' doesn't always flush output on Windows #133

Open
kasperl opened this issue Feb 17, 2022 · 0 comments
Open

'jag monitor' doesn't always flush output on Windows #133

kasperl opened this issue Feb 17, 2022 · 0 comments
Labels
bug Something isn't working platform-windows This issue is for the Windows jaguar build

Comments

@kasperl
Copy link
Member

kasperl commented Feb 17, 2022

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)

@kasperl kasperl added platform-windows This issue is for the Windows jaguar build bug Something isn't working labels Jun 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working platform-windows This issue is for the Windows jaguar build
Development

No branches or pull requests

1 participant