-
-
-
-
mj.rar
可运行的麻将机控制程序,用C51编译机HEX文件后写入单片机即可
-
project.rar
计算机端的下载程序已经可以用了,速度比超级终端略快一点,在19200的波特率下大约是1.5KB每秒。能够打开HEX文件或Bin格式的文件,还可以在两种格式之间进行格式转换。
-
-
-
49636934Asm.rar
A1.asm
显示程序实验
STACK1 SEGMENT STACK
DW 256 DUP(?)
STACK1 ENDS
DATA SEGMENT USE16
MES1 DB Show a as hex: ,0AH,0DH, $
SD DB a
-
-
UART_c8051f340.rar
... the C8051F340 to use routines
in STDIO.h to write to and read from the UART interface. The program
reads a character using the STDIO routine getkey(), outputs that character
to the screen, and then outputs the ASCII hex value of that character.
-
-