home *** CD-ROM | disk | FTP | other *** search
- NAME
-
- PbConvert
-
- SYNOPSIS
-
- PbConvert <infile> <outfile> [-b] [-d] [-p] [-s] [-x] [-r] [-e]
-
- OPTIONS
-
- -bnnnnnn sets baud rate to nnnnnn (300 - 115200 baud)
- -dn sets the data length to n (7 or 8 bits)
- -pn sets the parity to n (None, Odd or Even)
- -sn sets number of stop bits to n (1 or 2)
- -xn sets the protocol to n (X/Y/B/G/Z/K/E)
- -r removes filenames and passwords
- -e expects input file to be of old format (v1.8)
-
- DESCRIPTION
-
- Phonebook converter for use with NComm V1.9. May
- remove passwords and filenames from phonebooks, as
- well as converting the NComm V1.8 file format.
- Optional global serial changes.
-
- The program may be run both from CLI and WorkBench.
-
- USAGE
-
- Example usage if you want to convert a V1.8 file format
- phonebook to the NComm V1.9 format;
-
- 1> PbConvert NComm:NComm.phone ram:NComm.phone -e
-
- ==============================================================
-
- Example usage if you are interested in spreading phonebooks
- but don't want personal data displayed;
-
- 1> PbConvert NComm:NComm.phone ram:NComm.phone -r
-
- ==============================================================
-
- Example usage if you download a phonebook and want to set
- all entries to 9600 baud, 7 bits, even parity, one stop bit;
-
- 1> PbConvert NComm:NComm.phone ram:NComm.phone -b9600 -d7 -pe -s1
-
- AUTHOR
-
- Torkel Lodberg (Placed in the public domain - source included)
- Compiled and optimized with Lattice C 5.05.
-