Hi is it possible to have a USB serial connection from the Arduino directly to the Pi ? or am I missing something (again) Thanks Mike
1 Like
You can.
Just install the arduino IDE:
$ sudo apt-get update
$ sudo apt-get install arduino
It should install the serial drivers too, but I haven’t done it myself.
I’ve programmed Arduinos from Linux with only a few hickups.
If you’re using something like a pro-mini, just make sure your serial device driver is supported by linux.
Cheers,
Craig