Arduino chews 100% cpu

I've noticed that Arduino will chew 100% cpu occasionally.

I think I've narrowed it down to if you turn on Serial Monitor and then unplug the Arduino then it will chew 100% cpu.
It must enter a loop continually trying to access the serial port.

I think I've narrowed it down to if you turn on Serial Monitor and then unplug the Arduino then it will chew 100% cpu.

Same thing happened on my Mac once. I think the answer is "don't do that!" :slight_smile:

I noticed that Windows XP (or maybe just the .NET runtime) might have a problem with virtual serial ports.

I programmed a smal VB 2005 (.NET) app. that listens to the COM port Arduino i sending on, and if i disconnect the Arduino board (i.e. remove the port as seen from Windows) without first closing the port in my app. it freze up.

One time Windows froze compleatly and one time the app. froze but i havent been able to verify this in a consistent way, so it's probably an error that comes when the port is in a specifik state. What do i know :slight_smile:

As lon as i always close the COM port first, i have no problem.

One time Windows froze compleatly and one time the app.

Thats completely standard Windows behavior. ;D

This is more than likely a *nix specific bug.

I tried poking through the code a little and I couldnt find any relevant parts so a dev will have to look at this.