Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

:ArduinoSerial command does not work #27

Closed
jclsn opened this issue Jul 12, 2020 · 1 comment
Closed

:ArduinoSerial command does not work #27

jclsn opened this issue Jul 12, 2020 · 1 comment

Comments

@jclsn
Copy link

jclsn commented Jul 12, 2020

I just get the message

executing job failed: File or directory not found
@stevearc
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants