Trying to communicate between Arduino and Process.. A simple switch state!
in
Integration and Hardware
•
1 year ago
I'm having serious issues setting up the communication between arduino and processing. All Im trying to do is communicate a simple switch from arduino to processing. Ive used the examples but when i try and implement them onto my code it give me an "error inside Serial<init>0" and highlight this line arduinoPort = new Serial(this, Serial.list()[0], 9600); which is the line inside setup()
1