hi there
i am having troubles uploading firmata, for communication with vvvv.
I get this error
o: In function processInput(unsigned char)': C:\Documents and Settings\art\Desktop\hOMES\installs\arduino+firmata\_arduino_firmware-061120a\Pd_firmware\applet/Pd_firmware.cpp:427: undefined reference to
printByte'
C:\Documents and Settings\art\Desktop\hOMES\installs\arduino+firmata_arduino_firmware-061120a\Pd_firmware\applet/Pd_firmware.cpp:428: undefined reference to `printByte'
C:\Documents and Settings\art\Desktop\hOMES\installs\arduino+firmata_arduino_firmware-061120a\Pd_firmware\applet/Pd_firmware.cpp:429: undefined reference to `printByte'
o: In function transmitDigitalInput(unsigned char)': C:\Documents and Settings\art\Desktop\hOMES\installs\arduino+firmata\_arduino_firmware-061120a\Pd_firmware\applet/Pd_firmware.cpp:227: undefined reference to
printByte'
o: In function loop': C:\Documents and Settings\art\Desktop\hOMES\installs\arduino+firmata\_arduino_firmware-061120a\Pd_firmware\applet/Pd_firmware.cpp:454: undefined reference to
printByte'
o:C:\Documents and Settings\art\Desktop\hOMES\installs\arduino+firmata_arduino_firmware-061120a\Pd_firmware\applet/Pd_firmware.cpp:466: more undefined references to `printByte' follow
Couldn't determine program size: C:\Documents and Settings\art\Desktop\hOMES\installs\arduino-0012\hardware/tools/avr/bin/avr-size: 'C:\Documents and Settings\art\Desktop\hOMES\installs\arduino+firmata_arduino_firmware-061120a\Pd_firmware\applet\Pd_firmware.hex': No such file
avrdude: stk500_getsync(): not in sync: resp=0x00
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x51
thats a lot isnt it?
I have the blinking led sketch running allready so my connection should be ok.
I just need the analog pins of the arduino, is there maybe another sketch I could try
can anybody help me out?
thnx
art