Hi, I use UDOO quad and official ubuntu image. I use official Arduino IDE included in that image and downloaded SoftwareSerial library which comes with official Arduino IDE (not with UDOO). When I try to use that library in my sketch, I get an exception: #error This version of SoftwareSerial supports only 20, 16 and 8MHz processors But when I compile same code on usual Arduino, it compiles w/o issue. Seems like an issue is in the chip which is used by UDOO. Any ideas how to solve it? Gediminas
Hi, How do I use SoftwareSerial with Udoo Neo ? I keep getting Bluetooth_AT_Configuration.ino:21:30: fatal error: SoftwareSerial.h: No such file or directory