Skip to content

Serial Monitor update rate issue.  #79

Closed
@cl330b

Description

@cl330b

The Serial Monitor built in to the IDE has a significantly delayed update rate.

I am using the Arduino Zero. I am using the following to print serial information to the internal Serial Monitor and an external bit of software (GTKTerm v1.1) to monitor the serial information being written to the native USB port.

Serial.begin(115200); SerialUSB.begin(115200);

  1. Open built in Serial Monitor.
  2. Open external Serial Monitor.
  3. Open scope to view which output is currently active.
  4. View lag in the built in Serial Monitor.
  5. Compare the lag with an external Serial Monitor.

I would expect to see the update rate of the built in Serial Monitor match the modulated outputs of the microcontroller. I am using a scope to view the outputs of the Zero. I can see in real time which outputs are on compared to the built in Serial Monitor and the external Serial Monitoring software.

(Please see attached screenshots for context.)
no_cyan_pulses
no_yellow_pulses
no_pink_pulses

Version Information:
Linux 5.8.0-31-generic arduino/arduino-pro-ide#33-Ubuntu SMP Mon Nov 23 18:44:54 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
arduino-pro-ide_nightly-20201211_Linux_64bit

Additional Information Regarding Issue
When I hold the board in reset, the built in Serial Monitor continues to update as if still reading incoming serial data.

-cl330b

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions