-
ucos
ucos-ii在C8051F020上的移植-ucos-ii on C8051F020 transplant
- 2022-07-15 14:25:03下载
- 积分:1
-
单片机串行口的编程使用包括一些具体的设置
单片机串行口的编程使用包括一些具体的设置-chuangxinkou
- 2022-02-14 04:07:15下载
- 积分:1
-
基于51单片机的直流电机的闭环控制Design for a Closed
基于51单片机的直流电机的闭环控制Design for a Closed-loop Speed Control of DC Motor-Based on 51 single-chip closed-loop DC motor control Design for a Closed-loop Speed Control of DC Motor
- 2022-08-25 21:08:45下载
- 积分:1
-
cygnal的一个应用,用SMBus实现串行通信。
cygnal的一个应用,用SMBus实现串行通信。-of an application, with SMBus serial communications.
- 2022-02-28 21:23:18下载
- 积分:1
-
触摸屏芯片ads7846ads7843驱动程序(C语言编写),单片机控制的触摸屏驱动程序(C编写)...
触摸屏芯片ads7846ads7843驱动程序(C语言编写),单片机控制的触摸屏驱动程序(C编写)-Touchscreen chip ads7846ads7843 Driver (C language), SCM control Touchscreen Driver (C preparation)
- 2023-04-23 20:05:03下载
- 积分:1
-
这个版本的代码仅仅是由于AT89C2051兼容
This version of the code is compatible only with the AT89C2051 due to the
location of the data buffer and stack in RAM. The code may be modified to
work with the AT89C1051 by relocating or resizing the buffer and stack to
fit into the smaller amount of RAM available in the AT89C1051.
- 2022-08-14 23:26:53下载
- 积分:1
-
68013 own finishing some of the information to some friends before contact with...
自己整理的68013的一些资料,给一些才接触该器件的朋友提供方便。-68013 own finishing some of the information to some friends before contact with the device with ease.
- 2022-06-13 11:49:04下载
- 积分:1
-
MSP430 development of examples of the child, including various examples, for beg...
MSP430的开发实例子,包括各种实例,对于初学MSP430单片机的同志有十分大的帮助,值得一看-MSP430 development of examples of the child, including various examples, for beginners comrades MSP430 microcontroller has a very big help, worth a visit
- 2023-05-31 03:45:02下载
- 积分:1
-
本程序功能是利用单片机控制用户板上的小键盘,将按下的键通过单片机的串口发送给PC机,在PC机串口助手显示出来。用行翻转法的方法来识别输入的键盘。
二、通过单...
本程序功能是利用单片机控制用户板上的小键盘,将按下的键通过单片机的串口发送给PC机,在PC机串口助手显示出来。用行翻转法的方法来识别输入的键盘。
二、通过单片机将键盘按下的键在LCD上显示出来。
-This procedure is the use of single-chip control functions of the user on-board a small keyboard, the keys will be pressed through the single-chip serial port sent to the PC, the PC Serial Port assistants displayed. Line inversion method used to identify the method of keyboard input. Second, through the single-chip microcomputer keyboard keys pressed on the LCD display.
- 2022-05-25 06:48:37下载
- 积分: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