149
edits
No edit summary |
No edit summary |
||
Line 37: | Line 37: | ||
# 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]] | |||
# 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