Vermes
Advanced Member level 4
It is a bootloader for AVR Mega. The project is divided into two parts: the load for microcontroller, computer application “TOMLOADER”.
Source codes of the load for the processor and application can be found on the original thread of the project.
The program TOMLOADER requires NET.Framework in version not less than 2.0.
Transmission through COM port is done with 57600 speed and parameters: 8/n/1.
The processor should be programmed with the bootloader load, and the bootsize in fusebits should be set to 256B (and of course starting from bootloader section).
Link to original thread (useful attachment) – Bootloader AVR - "TOMLOADER"