joshmarinacci / ElectronIDE

New web based Arduino IDE
BSD 3-Clause "New" or "Revised" License
246 stars 50 forks source link

Build a Serial Console #13

Closed joshmarinacci closed 10 years ago

joshmarinacci commented 10 years ago

We need a serial console. It should show a live connection to the board, both output and a line for input. It should have settable serial port options (like baud rate) but some form of auto detection. It should disconnect and automatically reconnect before and after flashing. It should preserve the scroll back history across invocations until the user presses a clear button.

joshmarinacci commented 10 years ago

Implemented. Yay! Please report if this causes any OS crashes. I was getting crashes on Mavericks until I increased some timeouts.