Hi,
I just bought a linkit ONE.
I am able to run the Basic Blink test program, but I can’t print anything in the Serial Monitor of the Arduino Window. Could you help me ?
Here is my code :
[code]void setup()
{
Serial.begin(9600);
}
void loop() {
Serial.print(“Hello !”);
}[/code]
PS : I am under windows 8.1, and I downloaded the “LinkIt-ONE-IDE-master”