readme

来自「gps开发专用的源代码」· 代码 · 共 36 行

TXT
36
字号

TPRESET, TPSET, and TPSAVE are three of the programs shipped as part of
the tool kit. The TPRESET resets a receiver to the factory setting based
on users need. The TPSET and TPSAVE programs work as a pair, where TPSAVE
saves user definable parameters form a receiver to a file, and the TPSET
program sets those parameters from the file back to the receiver. 

Usage: TPRESET [-cP] [-a|s]
           -c selecting a com port.   This can be either com1 or com2
           -a reset to TAIP protocol
           -s reset to TSIP protocol

Note:  for each protocol, it has a set of default values, please refer to the user
       menu for more information. In addition, TPRESET deletes all parameters
       in serial EEPROM.


Usage: TPSET [-cP] -f<Filename>
           -c  selecting a com port, this can be either 1 or 2
           -f <Filename> binary file contains all the parameters setting.
              (this file should be generated by TPSAVE)

Note: TPSET does a cold start after all parameters are set.


Usage: TPSAVE [-cP] [-a|b|t|s] [-f<Filaname>]
           -c  selecting a com port, this can be either 1 or 2
           -a  save to a text file (append mode)
           -t  save to a text file
           -b  save to a binary file (this format is used for TPSET)
           -s  display output to screen.
           -f<Filename> 

Note: All output are formatted when -s, -a, or -t is selected.
         

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?