-
这是一个RS232方面的资料,可供在单片机设计方面的人员参考
这是一个RS232方面的资料,可供在单片机设计方面的人员参考-This is a RS232 information, available in single-chip design reference
- 2023-03-24 14:55:03下载
- 积分:1
-
此为一个单片机多机通信的程序
有两个从机一个主机
从机1负责采集温度并上传给主机
从机2控制电机转动...
此为一个单片机多机通信的程序
有两个从机一个主机
从机1负责采集温度并上传给主机
从机2控制电机转动
- 2022-03-17 13:54:14下载
- 积分:1
-
工 程 名:DG128串行查询(SCIpooling) 硬件连接:MCU的串行口与PC机的串行口相连 。
程序描述:利用查询方式把收到的数据发送回去。波特
工 程 名:DG128串行查询(SCIpooling) 硬件连接:MCU的串行口与PC机的串行口相连 。
程序描述:利用查询方式把收到的数据发送回去。波特率为9600,使用SCI0口-Project name: DG128 serial query (SCIpooling) hardware connection: MCU
- 2023-05-06 19:20:02下载
- 积分:1
-
单片机控制键盘和led,键盘送入的数据在led 上显示,数据满四位后,键入的第5位数据在个位显示,前四位清零。...
单片机控制键盘和led,键盘送入的数据在led 上显示,数据满四位后,键入的第5位数据在个位显示,前四位清零。-MCU control the keyboard and led, keyboard into the data led the show, data-4, Type the first five places in the data revealed that four former reset.
- 2022-06-12 03:25:29下载
- 积分:1
-
MCU与PC键盘通信程序,接口为PS/2;I2C通用驱动程序
MCU与PC键盘通信程序,接口为PS/2;I2C通用驱动程序-MCU with a PC keyboard communication procedures, interface for PS/2; I2C common driver
- 2022-03-25 21:08:30下载
- 积分:1
-
51 serial single
51单片机串口实验,通过连接单片机串口和PC串口实现简单字符的传递- 51 serial single-chip experiments, single-chip microcomputer through the serial port to connect PC serial port and the transmission of simple characters
- 2022-08-15 11:06:26下载
- 积分: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
-
Infrared remote control of stepper motor source code, the development of the ste...
红外遥控控制步进电机源代码,对步进电机开发也许有些帮助-Infrared remote control of stepper motor source code, the development of the stepper motor may be of some assistance
- 2022-01-24 15:06:46下载
- 积分:1
-
继续上传:单片机89C51,LCD12864密码锁。
继续上传:单片机89C51,LCD12864密码锁。-Continue to upload: Singlechip 89C51, LCD12864 locks.
- 2022-01-31 09:33:57下载
- 积分:1
-
single
单键遥控码学习控制器,很好用的一个小程序,绝对原创,对了解单片机通讯的用户是一个很好的参考程序-single-button remote control codes learning controller, a very good use of small programs, absolute originality to understand SCM communications users is a good reference procedures
- 2022-02-04 10:39:08下载
- 积分:1