NAME
ploader.pl - Bootloader for Microchip PIC devices
VERSION
version 0.5
DESCRIPTION
This scripts implements a Microchip bootloader interface over serial port or over a TCP socket. The PIC needs to be pre-programmed with a bootloader that meets the spec of AN1310A.
SYNOPSYS
Usage: ploader.pl -d <device> -f <hexfile>
Where device
is either a serial port or a TCP socket (format host:portnumber) and hexfile
is the Intel hex file to be loaded into the PIC.
Optionally, a parameter -v <verboselevel> can be passed to modify the verbosity of the Device::Microchip::Bootloader module. Defaults to '0', set to '3' for useful debugging.
AUTHOR
Lieven Hollevoet <hollie@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Lieven Hollevoet.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.