Skip to content

Is this mac-only? #3

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

Open
gfixler opened this issue Dec 17, 2014 · 2 comments
Open

Is this mac-only? #3

gfixler opened this issue Dec 17, 2014 · 2 comments

Comments

@gfixler
Copy link

gfixler commented Dec 17, 2014

I see this line in

https://github.com/jplaut/vim-arduino-ino/blob/master/plugin/vim-arduino-serial#L8

Also, ls /dev/tty.* lists nothing on my Linux box (there's only /dev/tty):

https://github.com/jplaut/vim-arduino-ino/blob/master/plugin/vim-arduino-serial#L5

@jplaut
Copy link
Owner

jplaut commented Dec 17, 2014

Per the Ino Arduino website, the Ino plugin works on both Linux and Mac so building and running the project should be fine on both platforms. The serial monitor script is written in Applescript so will only work on Mac. If someone would like to write a similar script for Linux, that'd be great.

/dev/tty contains references to serial devices attached to your computer and therefore will be empty unless your arduino is connected. For info on TTY, check out http://www.tldp.org/HOWTO/Text-Terminal-HOWTO-7.html

@haydenflinner
Copy link
Contributor

The ino serial command looks for picocom, so I just installed that and changed my ArduinoSerial function toexecute "!ino serial".

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

3 participants