MakersTeam / Galileo

This repository contains packages and example codes to use with Intel® Galileo Board.
18 stars 18 forks source link

Not working with IoT devkit image on SD card #2

Open ronanwatkins opened 8 years ago

ronanwatkins commented 8 years ago

This library causes my Galileo to freeze when I use it with the IoT devkit image installed on my SD card. The issue starts when the line mySerial.begin(9600); is included in setup, though I haven't tested with other baud rates. I've check over FTDI and as soon as the sketch is run the Galileo completely freezes

stretpjc commented 8 years ago

You're referring to the software serial library, right? In that case, it was tested on the uclibc image. The results in rhe eglibc image may differ.