Bascom-code on Arduino ;)
Sunday, January 31st, 2010If you want to use your Arduino Duemilanove with Bascom-AVR and program it from within Bascom, these are the steps you could follow:
Copy avrdude.conf to the root of your PC
Put your USB Serial port on COM3 (Control panel)
Choose within Bascom an external programmer and type at programmer the path to the avrdude.exe include avrdude.exe
And at the parameters type:
-v -F -Cc:\avrdude.conf -p m328p -P com3 -c STK500v1 -b 57600 -Uflash:w:{FILE}:a
Now you can compile your Bascom-AVR program and send it right away from within Bascom.




