como salvar e restaurar as configurações do RealTerm, no Windows 7

1

Posso salvar e recarregar configurações como taxa serial etc.?  Não é possível encontrar isso na ajuda ou no Google.

    
por Doug Null 27.01.2017 / 23:45

1 resposta

0

Posso salvar e recarregar configurações como taxa serial, etc.?

Use um arquivo INI conforme descrito na seção Parâmetros da linha de comando do Manual :

For complicated settings, a file of parameters can be loaded using INIFILE, and settings generated and saved from the "INI File" button on the Misc tab. (V3.0.0.18+). When debugging problems, the View Params button will show what Realterm actually received on its commandline.

Diálogo INIFile :

  • Create an INI file with all current settings in it, and edit that to only keep the ones you want to set
  • Save and Load INI files
  • Execute / test whole infile with Execute button
  • Execute single lines in editor by double clicking them, or selections with Selected button.
  • See the actual last Command Line with View Params
  • Go direct to the commandline help for parameters by double clicking a parameter in the All Parameters Help
  • list all parameters actually recognised by the program. (may be more complete than this help list below)

Fonte Parâmetros da linha de comando

    
por 28.01.2017 / 21:40