How to stop Serial Monitor
saschahoeche opened this issue · 4 comments
saschahoeche commented
While the plugin works really great, i don't know how to stop/close the serial monitor after opening it and reading the serial stream.
Any pointers?
stevearc commented
If you're using screen (the default, see :h arduino_serial_cmd) would think that ctrl+c should stop it. Is that not working for you?
saschahoeche commented
I use the :ArduinoUploadAndSerial command or the :ArduinoSerial command. But Ctrl+C doesn't work on either. I am sure the fault is on my side but i can't seem to figure it out.
stevearc commented
Ah, of course it's screen so you have to kill the screen session using it's escape key. By default this is bound to <C-a><C-k>
saschahoeche commented
Cheers, that worked