Search the Community
Showing results for tags 'm430g2553'.
-
Does not upload blink code "an error occurred while uploading the sketch" see below I can see it's on com14 when I plug it in. thanks Randy <command-line>:0:12: warning: missing whitespace after the macro name [enabled by default] <command-line>:0:12: warning: missing whitespace after the macro name [enabled by default] <command-line>:0:12: warning: missing whitespace after the macro name [enabled by default] C:\Users\Randy\Downloads\energia-1.6.10E18-windows\energia-1.6.10E18\hardware\energia\msp430\cores\msp430\atof.c: In function 'atof':
-
Hi I'm new with energia and I'm trying to use the Hardware serial communication with a Lauchpad Rev. 1.4 so I connect the RX end TX jumpers in cross but it doesn't work...Can anyone help me? this is the simple code I use: void setup() { Serial.begin(9600); } void loop() { Serial.println("Hello !!!"); delay(500); } I try to use also the software serial communication for but it doesn't work