Thank You Sir!
That little change allowed me to once again load software to load software to my Sanguino.
For the record, (and those in the future with the same problem) here's my C:\Program Files\arduino\hardware\Sanguino\boards.txt file:
##############################################################
sanguino.name=Sanguino
sanguino.upload.protocol=stk500
sanguino.upload.maximum_size=63488
sanguino.upload.speed=19200
sanguino.bootloader.low_fuses=0xFF
sanguino.bootloader.high_fuses=0xDC
sanguino.bootloader.extended_fuses=0xFD
sanguino.bootloader.path=atmega644p
sanguino.bootloader.file=ATmegaBOOT_644P.hex
sanguino.bootloader.unlock_bits=0x3F
sanguino.bootloader.lock_bits=0x0F
sanguino.build.mcu=atmega644p
sanguino.build.f_cpu=8000000L
sanguino.build.core=arduino
note the changes to upload.speed and build.f_cpu.
While we're at it, what would it take to fix this problem for real and set upload speed to it's real value?
I've picked up an AVRIDE programmer (not a mk II though) but it doesn't seem to have a driver for my XPx64 machine.
(I'll be trying that on my XPx32 machine at work tomorrow)
Thanks again for the help!!!
