149
edits
No edit summary |
No edit summary |
||
Line 36: | Line 36: | ||
# Connect your Arduino to your computer and upload the “Arduino Source Code” via the ArduinoIDE on your board. | # Connect your Arduino to your computer and upload the “Arduino Source Code” via the ArduinoIDE on your board. | ||
# Paste the “Processing Source Code” in Processing | # Paste the “Processing Source Code” in Processing | ||
# You should now see this message: | # You should now see this message: [[File:ProcessingSerialMessage.png|400px]] | ||
[[File:ProcessingSerialMessage.png|400px]] | |||
# Then replace the number 0 in the line “String portName = Serial.list()[0];” to the number that is showing up like in this case the 3 before tty.usbserial: “[3] “/dev/tty.usbserial-****”” | # Then replace the number 0 in the line “String portName = Serial.list()[0];” to the number that is showing up like in this case the 3 before tty.usbserial: “[3] “/dev/tty.usbserial-****”” | ||
# In the last step before starting the program remove “//“ before “fullScreen();” | # In the last step before starting the program remove “//“ before “fullScreen();” |
edits