Hello Galileo Community !
I just started and I have been going through some code for starting and I notice alot of items are called such like SD.DoSomething or Serial.Read .... What if I have 4 different serial ports hooked up? how do I go about accessing each one individually? Serial.begin(9600); assumes what com port? I Guess what im not understanding is what if im using 3 com ports on my Galileo... which Serial is it reading on? How do I set this?
What if I have two SD's ? and such... Could someone point me in the right direction?