-
C51 TIMER 0的使用
Timer_0_mode_1_counter_gate_hard
C51 TIMER 0的使用
Timer_0_mode_1_counter_gate_hard-C51 TIMER 0 use Timer_0_mode_1_counter_gate_hard
- 2022-07-14 09:38:58下载
- 积分:1
-
hz12864串口液晶显示驱动程序51单片机(Keil工程文件)
HZ12864串口显示液晶的51单片机驱动程序(KEIL工程文件)-HZ12864 serial liquid crystal display driver 51 MCU (KEIL project file)
- 2022-02-25 21:19:04下载
- 积分:1
-
使用protel99软件编辑的原理电路图,希望对各位有助于电路图的学习和开发...
使用protel99软件编辑的原理电路图,希望对各位有助于电路图的学习和开发-The use of the principle of circuit protel99 software editor, in the hope you will help the study and development of circuit
- 2023-02-03 16:00:04下载
- 积分:1
-
自定义键盘
用户设置自动保存
用户图形界面输入
自定义键盘
用户设置自动保存
用户图形界面输入
-Custom user settings automatically saved keyboard user graphical interface input
- 2023-06-26 21:10:02下载
- 积分:1
-
单片机RS232/RS485串行发送实验(双机通讯)。
实验步骤:
(1),准备两台598K实验机,确定1号机为发送,2号机为接收;...
单片机RS232/RS485串行发送实验(双机通讯)。
实验步骤:
(1),准备两台598K实验机,确定1号机为发送,2号机为接收;
(2),当作RS232接口实验时,1号机和2号机的P3.0和P3.1交叉相连,且两机共地;
(3),当作RS485接口实验时,1号机和2号机的A、B作对应连接,同时1,2号机的R/TEN接P1.0, P3.0接R0, P3.1接DI。
(4),先运行2号机,键入[27]-->[EV]使2号机处于接收状态P。,后运行1号机[26]-->[EV]使1号机处于发送状态,P。会闪烁,在1号机键盘上按动数字键,在2号机的数码管上应显示对应的数字键值。-Send Singlechip RS232/RS485 serial experiment (two-plane communications). Experimental steps: (1), prepare two sets of experiments 598K machine, determined on the 1st machine to send, on the 2nd machine to receive (2), as a RS232 interface experiment, on the 1st and the 2nd machine and P3.0 P3.1 cross-linked, and the two planes were to (3), as a RS485 interface experiment, on the 1st and the 2nd machine A, B for the corresponding connection, while 1,2 No. of R/TEN then P1 .0, P3.0 access R0, P3.1 then DI. (4), first run on the 2nd machine, type [27]
- 2022-02-28 17:08:56下载
- 积分:1
-
A realization of des encryption keyboard, keyboard encryption standard in line w...
一款实现des加密的键盘,符合银行加密标准的键盘-A realization of des encryption keyboard, keyboard encryption standard in line with Bank
- 2022-01-31 06:35:37下载
- 积分:1
-
红外的发射和接收
单片机红外发射(原理与设计程序)
红外的发射和接收
单片机红外发射(原理与设计程序)-SCM infrared emission (theory and design program)
- 2022-11-22 08:50:03下载
- 积分:1
-
12864LCD液晶仿真,控制器为[ks0108]
07液晶12864显示菜单[ks0108]
12864LCD液晶仿真,控制器为[ks0108]
07液晶12864显示菜单[ks0108]-LCD 12864LCD simulation, controller [ks0108] 07 LCD 12864 display menu [ks0108]
- 2023-08-01 21:40:03下载
- 积分:1
-
SPCE061A 7289 键盘显示控制,7289的一些显示控制
SPCE061A 7289 键盘显示控制,7289的一些显示控制-SPCE061A 7289 keyboard display control, display control of some 7289
- 2022-03-01 21:12:42下载
- 积分:1
-
1. 本程序使用一个定时器和任意 2 个 I/O 口模拟一个串行口。
2. 1位起始位,8位数据位,1位停止位。发数据位时先发低位。
3. 支持半双...
1. 本程序使用一个定时器和任意 2 个 I/O 口模拟一个串行口。
2. 1位起始位,8位数据位,1位停止位。发数据位时先发低位。
3. 支持半双工通讯。收、发波特率相同。
4. 应把定时器中断优先级设置为最高级。
5. 本程序每接收一个字节后就把它放到一个队列缓冲区中(也可使用环行缓冲区),
待缓冲区满后,将缓冲区中的内容原样发回。这是为了测试多字节连续收发的
能力和简化程序。实际应用中应防止缓冲区溢出。
6. 由接收转换到发送时要先调用 soft_send_enable ();
由发送转换到接收时要先调用 soft_receive_enable ()。
7. 发送最后一个字节后如果要立刻转为接收,必须等待最后一个字节后发送完毕
while ( rs_f_TI == 0) // 等待最后一个字节发送完毕-err
- 2022-06-19 08:35:11下载
- 积分:1