Hi,
I'm trying to connect my arduino to my raspberry pi. I would like to communicate over usb (virtual serial com port). The problem is that the arduino is not recognized.
When running dmesg:
usb 1-1.3: new full speed USB device number 10 using dwc_otg
usb 1-1.3: New USB device found, idVendor=2341, idProduct=0001
usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=220
usb 1-1.3: Product: Arduino Uno
usb 1-1.3: Manufacturer: Arduino (www.arduino.cc)
usb 1-1.3: SerialNumber: 64932343838351C00132
After a lot of searching I found out that I need the FTDI drivers. Normally there already built in linux. But not in the iso found on this site. But i'm pretty new at linux and I really don't know how to install those drivers.