Skip to content

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

@kasperl

Description

@kasperl

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingplatform-windowsThis issue is for the Windows jaguar build

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions