stevearc/vim-arduino

How to stop Serial Monitor

saschahoeche opened this issue · 4 comments

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?

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?

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.

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>

Cheers, that worked