Processing 1.5.1 won't recognize my Arduino Uno at ttyACM0
in
Integration and Hardware
•
2 years ago
Processing 1.5.1 won't recognize my Arduino Uno at ttyACM0 but the serial monitor with the Arduino IDE will communicate with the Uno via ttyACM0.
In Processing when I run the following with the Uno connected to my computer, nothing is printed by the Serial.list statement. I am using Ubuntu 11.04.
import processing.serial.*;
// The serial port
Serial myPort;
// List all the available serial ports
println("ports");
println(Serial.list());
Additionally when I connect my Ardweeny (thru USB/FTDI), Processing will recognize the Ardweeny at ttyUSB0.
Is there a fix or work around for this?
Thanks, Kevin
2