Hi,
I very very newbie in this, so I'm sorry if this is a silly question,
I'm using Windows 10 and just bought an Uno (today) and I tried to compile an example code from IDE, the Blink file, but when it finished appeared the following error:
"Sketch uses 1,030 bytes (3%) of program storage space. Maximum is 32,256 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2,039 bytes for local variables. Maximum is 2,048 bytes."
I researched and this is a very common error, but most of solutions involve problems with ports, but I checked and the Arduino is correctly working and connected to COM3 port.
I've reistalled the software many times and using different versions (I tried with versions 1.6.8 and 1.6.5) and none of them worked. Also I tried different USB ports (I don't know if this matters).
All lights are working fine, so I presume that the board is correctly connected.
Also I tried different codes and all of them happened the same error.
Please help me