Sorunome / arduino-upload

Atom Package for those who don't like the Arduino IDE
https://atom.io/packages/arduino-upload
MIT License
34 stars 7 forks source link

Editor has crashed trying to write on Serial #55

Closed rodrigocaus closed 5 years ago

rodrigocaus commented 6 years ago

I am using Atom on Windows 10. I wrote a simple program just to echo on Serial.print the character read on Serial.read. It happened that the editor has crashed when I wrote on arduino serial. I've noticed that I can't change de line ending from CRLF to LF on Atom at the Serial Monitor window, it simply does not change. It may be the problem of trying to write on Atom's Serial Monitor. The code runs ok on Arduino IDE's Serial Monitor.