Hi,
I would like to connect my arduino with processing and I have a problem with using serial port in processing
I would like to connect my arduino with processing and I have a problem with using serial port in processing
At first I have WARNING: RXTX Version mismatch
but I read that it isn't probably the problem why in doesn't work.
The problem is in error (ArrayIndexOutOfBoundsException: 0) when I use example "simple read"
I tried to find out the number of the port with adruino but println(Serial.list()); doesn't show anything...
from ubuntu console might be arduino: Bus 007 Device 005: ID 2341:0001
I have Ubuntu 11.10 and arduino UNO
Any idea how to solve it?
1