Hello,
new guy here. I can't get it to write aswell :/
Just trying something super basic for the first attempt:
void setup()
{
Serial.begin(9600);
}
void loop()
{
Serial.print("Hello World");
}
COM is detected by both windows and Energia, it compiles without errors and the baud rate is set in the serial Monitor, tried to change the pins on J3 ( horizontal and vertical positions) and PuTTY incase the inbuilt Energia monitor was the problem. NOTHING. can't get it to do it. I got some basic led flashing in another code running, so the chip isn't dead and i also tried it on two comp