Tim@Visual Micro wrote on Nov 28
th, 2013 at 12:59pm:
Please open device manager and confirm the name of the usb driver that is being used on COM10
Please also confirm the if you are using a standard usb cable or serial/usb converter.
Thanks
Thanks - but im not getting very far....
Two issues now:
1) Thanks - but yes - the com port is ok - its the same as the one I was using for the Arduino IDE - and that worked ok.
The cable is a good one and works in Arduino IDE ok. The issue is it just doesn't even try access port - if does not load avrdude.
Filemon shows it did not attempt to load avrdude
I can call avrdude on the command line after I compile and it uploads fine - but this means no debugging.
I've reinstalled 4 times now - tried both
ArduinoForAtmelStudio[6.1].msi
ArduinoForVisualStudio[6.1].msi
I installed it on a loaned Windows8 machine - and it worked on that - but I need it on my machine - Could it be XP is the issue here?
2) How do you add extra include directories - Im trying compile a program I wrote that uses a third party library "EtherCard.h"
- it compiles file in Arduino IDE
- the include directories are visible in the properties of the Arduino for Visual Studio project.
but when compiling in ArduinoForVisualStudio or ArduinoForAtmelStudio the call to the compille - this line: - has only 3 -I include folders - and the build fails.
C:\Projects\Arduino\IDE\hardware\tools\avr\bin\avr-g++
how do you add more include directories to these 3 - any new ones seem to be getting ignored - thanks