I attempted to run the example hello world and got a long script of information that doesnt constitute the command println("Hello World ). The return information that I recieved was this:
Going to build using 'armcompiler' (ARM)
Compiling core...
No libraries to compile.
Compiling the sketch...
Linking...
Computing sketch size...
C:\Users\TRAVIS~1\AppData\Local\Temp\build4584837458802190807.tmp\HelloWorld.cpp.bin :
section size addr
.data 12248 0
Total 12248
Binary sketch size is reported above. Check it against a 108000 byte maximum.
Loading via dfu-util
Resetting to bootloader via DTR pulse
Searching for DFU device [1EAF:0003]...
Found it!
Opening USB Device 0x1eaf:0x0003...
Found Runtime: [0x1eaf:0x0003] devnum=1, cfg=0, intf=0, alt=1, name="DFU Program FLASH 0x08005000"
Setting Configuration 1...
Claiming USB DFU Interface...
Setting Alternate Setting ...
Determining device status: state = dfuIDLE, status = 0
dfuIDLE, continuing
Transfer Size = 0x0400
bytes_per_hash=244
Starting download: [##################################################] finished!
state(8) = dfuMANIFEST-WAIT-RESET, status(0) = No error condition is present
Done!
Resetting USB to switch back to runtime mode
my question is whether I have installed the hardware/IDE properly on my computer or whether I am missing something. I was expecting that string to be returned within the IDE but maybe I have it all wrong. Any help would be great!!
Travis