Skip to content

IDE/Serial Monitor freezes on single live overrun [imported] #578

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

Closed
cmaglie opened this issue Nov 15, 2012 · 2 comments
Closed

IDE/Serial Monitor freezes on single live overrun [imported] #578

cmaglie opened this issue Nov 15, 2012 · 2 comments
Assignees
Labels
Milestone

Comments

@cmaglie
Copy link
Member

cmaglie commented Nov 15, 2012

This is Issue 578 moved from a Google Code project.
Added by 2011-08-05T16:13:43.000Z by [email protected].
Please review that bug for more context and additional comments, but update this bug.

Original labels: Type-Defect, Priority-Medium

Original description

What steps will reproduce the problem?

  1. create a sketch that output data at 115200 using Serial.write(), and sends random values from 0x00 to 0xFF at max rate (as in unformatted values from a digital accelerometer)
  2. Download sketch and run, open serial monitor as soon as RX/TX LEDs go dark after download.
  3. Watch serial data spew onto the top line of the serial monitor window (make sure autoscroll is checked) and wait for a few seconds. Data will stop, the system will freeze, Java will go zombie, etc.

What is the expected output? What do you see instead?
Expected output is a constant stream of serial characters, without crashing.

What version of the Arduino software are you using? On what operating
system? Which Arduino board are you using?
Arduino 22 on Win7Pro SP1 on an Intel Corei7 laptop.
Arduino is a Sparkfun Mini Pro 328/8MHz/3.3 via a Sparkfun 3.3V FTDI Basic Breakout.

Please provide any additional information below.
This issue is easily and regularly repeatable on my system. If I insert the CRLF characters at the end of each line like the autoscroll system expects, it works correctly. Fat fingering 0x0D 0x0B (vertical tab) instead causes the crash as well as no line termination characters.

@ffissore
Copy link
Contributor

Fixed with #2491

@ffissore ffissore added the Component: IDE user interface The Arduino IDE's user interface label May 27, 2015
@ffissore ffissore added this to the Release 1.6.5 milestone May 27, 2015
@ffissore ffissore self-assigned this May 27, 2015
@dejanmeznarc
Copy link

I'm having same problem with 1.8.9

@per1234 per1234 added Component: IDE Serial monitor Tools > Serial Monitor Type: Bug and removed Component: IDE user interface The Arduino IDE's user interface labels Apr 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants