stevearc/vim-arduino

:ArduinoSerial command does not work

jclsn opened this issue · 1 comments

jclsn commented

I just get the message

executing job failed: File or directory not found

You have to have screen installed to use ArduinoSerial. Or you can install some other program that can handle serial port communication like picocom and set let g:arduino_serial_cmd = 'picocom {port} -b {baud} -l'

What version of vim are you using? This message is vim saying that it can't find the command (likely screen), but if I try it without screen installed I see /bin/bash: screen: command not found