saveplug − Save a code plug from xcat board into a file using xcatctl |
saveplug plugfile [nmodes] |
saveplug uses xcatctl to read the code plug out of an xcat board, and writes it to plugfile. If plugfile is - then saveplug writes to standard output. The code plug is read from the xcat board starting with mode 1, and continuing to the nmodes or until 32 modes have been loaded. The format of the hex file is as follows: |
One line per mode Sixteen bytes represented per line Each byte is represented by two hex digits Hex digit pairs are separated by a single space |
This is the native output format for the syntorxgen (1) program. saveplug calls xcatctl (1) once for each mode to be saved. |
saveplug passes any command line arguments found in the XCATCTLARGS environment variable to xcatctl for its use. This is a good place to specify the serial device (COM port) to which your xcat board is connected. The xcatctl program must be in the current path. |
Doubtless there are many. |
Dennis Boone <jm-sxg at yagi.h-net.msu.edu> |
syntorxgen(5), syntorxdecode(1) |