I was following the steps to update my Yuns to the latest, but the example YunSerialTerminal returns errors when I try to upload.
"Arduino: 1.6.1 (Windows 7), Board: "Arduino Uno"
YunSerialTerminal.ino: In function 'void setup()':
YunSerialTerminal.ino:39:3: error: 'Serial1' was not declared in this scope
YunSerialTerminal.ino: In function 'void loop()':
YunSerialTerminal.ino:52:9: error: 'Serial1' was not declared in this scope
YunSerialTerminal.ino:56:9: error: 'Serial1' was not declared in this scope
YunSerialTerminal.ino:59:9: error: 'Serial1' was not declared in this scope
YunSerialTerminal.ino:62:9: error: 'Serial1' was not declared in this scope
YunSerialTerminal.ino:65:9: error: 'Serial1' was not declared in this scope
YunSerialTerminal.ino:69:9: error: 'Serial1' was not declared in this scope
YunSerialTerminal.ino:72:9: error: 'Serial1' was not declared in this scope
YunSerialTerminal.ino:80:7: error: 'Serial1' was not declared in this scope
Error compiling.
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
"
At the bottom right of the program I see Arduino Uno on COM1
Is this right?
I have a project I'd like to start, but got tripped up right out of the gate.
Thank you in advance for the help!