help_set.txt

来自「Dynamic C 程式語言源碼 嵌入式控制系統 console 連線~」· 文本 代码 · 共 23 行

TXT
23
字号

set:
   This command allows manipulation of configuration variables.

   Usage: "set <variable> <value> [interface]"
   [interface] is an optional argument, specified as ETH0, ETH1, PPP0, etc.
ip		- The IP address of the device (e.g.: w.x.y.z)
netmask		- The netmask for the device (e.g.: 255.255.255.0)
pingconfig	- Allow the IP to be set by directed ping (valid values
		  are on and off)
   Usage: "set <variable> [interface]"
pingconfig reset- If pingconfig is on and the config has already been set,
		  this allows the config to be set again
   Usage: "set <variable> <value>"
gateway		- The gateway for the device (e.g.: w.x.y.z)
nameserver	- The nameserver for the device (e.g.: w.x.y.z)
dhcp		- Use DHCP for network configuration (valid values are on
		  and off)
param		- The parameter (e.g., baud rate, port number, or channel)
		  of the current console I/O stream
   Usage: other
mail		- See "help set mail" for all options

⌨️ 快捷键说明

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