
dat2text README -- version 1.00 (October, 2007)
----------------------------------------------------------

Copyright 2007 by
Jeff Post, j_post <AT> pacbell <DOT> net
http://home.pacbell.net/theposts/picmicro

PIC and PICkit2 are registered trademarks of Microchip, Inc.

Dat2text is a utility to convert Microchip's PK2DeviceFile.dat binary data to
a text pk2device.data file.

Usage: dat2text <options>
    -i <filename>  Specify input file  (default: PK2DeviceFile.dat)
    -o <filename>  Specify output file (default: pk2device.data)
    -l  Generate file just listing devices (default: pk2device.list)
    -s  Generate short listing file (default: pk2device.list)
    -h -? or ? print help message and exit

The -o option may be used in conjunction with -l or -s to specify the name of
the listing file. The listing file will output one device on each line and the
short listing file will put as many devices as will fit on each line. The normal
output file gives complete information on families, devices, and scripts.

