help_put.txt

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

TXT
12
字号

put:
   ASCII mode:
      usage: "put <filename>"
   The file is then sent, terminating with a ^D
   or ^Z (0x04 or 0x1A).

   BINARY mode:
      usage: "put <filename> <size in bytes>"
   The file is then sent, and must be exactly the
   specified number of bytes in length.

⌨️ 快捷键说明

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