No SoftwareSerial?

Discussion in 'Arduino IDE' started by steezeburger, Dec 8, 2013.

  1. steezeburger

    steezeburger New Member

    Joined:
    Oct 20, 2013
    Messages:
    5
    Likes Received:
    0
    It seems that there is no SoftwareSerial library included in the Arduino IDE on the Udoo. Am I missing something?
     
  2. Lifeboat_Jim

    Lifeboat_Jim New Member

    Joined:
    Sep 16, 2013
    Messages:
    399
    Likes Received:
    1
    Sounds right (from memory), the UDOO's included libraries in Arduino IDE are just the 'core' ones. You can easily add any other library of course.
     
  3. steezeburger

    steezeburger New Member

    Joined:
    Oct 20, 2013
    Messages:
    5
    Likes Received:
    0
    SoftwareSerial is normally included in the standard libraries AFAIK. (see here: http://arduino.cc/en/Reference/Libraries)

    I couldn't find a download for the library, but I just realized I can copy the code over from my other machine. DOH!
     
  4. Lifeboat_Jim

    Lifeboat_Jim New Member

    Joined:
    Sep 16, 2013
    Messages:
    399
    Likes Received:
    1
    If it's in libraries then it isn't in 'core'.
     

Share This Page