boot.bat

来自「一份51的编译程序,dos版本的. 英文名字MCS-51 Microcontr」· Batch 代码 · 共 24 行

BAT
24
字号
@ECHO OFF
REM
REM  Upload an 8051 Application Program to the Target System and start it!
REM  =====================================================================
REM
REM  To get the batch job running, change the configuration parameters
REM  below according to your local requirements:
REM
REM                                   Configuration Parameters:
REM                                   =========================
REM     +---------------------------  serial port for upload
REM     !    +----------------------  baudrate
REM     !    !    +-----------------  program start address (hex)
REM     !    !    !    +------------  port for reset signal
REM     !    !    !    !   +--------  reset pulse width in ms
REM     !    !    !    !   !
REM     !    !    !    !   !          Command Line Parameters:
REM     !    !    !    !   !          ========================
REM     !    !    !    !   !   +----  source file
REM     !    !    !    !   !   !      others (not used)
REM     v    v    v    v   v   v      v  v  v

UPLOAD COM2 9600 8000 LPT1 50 %1     %2 %3 %4

⌨️ 快捷键说明

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