Arduino, Ethernet and Bascom-AVR
Saturday, June 26th, 2010Got some questions about the Arduino Duemilanove with W5100 Ethernet Shield programmed in Bascom-AVR. So here the complete code and a picture.
If you choose at the programmer options in Bascom-AVR an external programmer
c:\avrdude.exe
and parameters
-v -F -Cc:\avrdude.conf -p m328p -P com4 -c STK500v1 -b 57600 -Uflash:w:{FILE}:a
then you can compile and program from within Bascom-AVR. Very handy.
The code can be found here:
http://members.home.nl/bzijlstra/software/examples/Arduino_5100.txt
The next step will be Arduino-code on the Red Bokito

