This is the bootloader for the vector nodes connected to a PC.
connect the PC to the left (WEST) port using a rs232 line with
9600 baud, 8N1

in the folder PC a simple .net application can be found that
is working with this bootloader.

The received code will be transfered to all neighbors.

This bootloader is located at 0x1600

the first 50 flash pages (3200 bytes) will be erased before reboot
so the bootloader will be called after reboot.

RETRANSFER packets do not work!!! byteerrors destroy the data!

TODO:
the next version should store the payload beyond the bootloader, 
making the bootloader the first bytes in flash...