Closed nigelnquande closed 5 years ago
These errors will only occur when using extremely outdated versions of the Arduino IDE like your 2:1.0.5 installation. Those IDE versions are no longer supported and, due to now having the 1.5 library format, the Bridge library is no longer compatible with them either.
When you install the Arduino IDE via apt install arduino
you get this very outdated IDE version. Please always install the Arduino IDE from the official downloads page:
https://www.arduino.cc/en/Main/Software
I tried to run the "Process" example from the Bridge Library. After receiving the
SerialUSB not found in this scope
error and changingSerialUSB
toSerial
, I received the following error message:I don't understand any of this, but I think the F macro is broken.
This happens any time I use the Bridge library, regardless of baud rate specified in
Bridge.begin()
.In case it's relevant, I'm using an Iduino Yun Shield on a Leonardo R3 and IDE v 2.1.0.5