-
J240128ALCD显示器的资料和C驱动源码
J240128ALCD显示器的资料和C驱动源码-J240128ALCD display information source and C Drive
- 2022-05-26 17:01:23下载
- 积分:1
-
modbus slave programs
MODBUS RTU从站 源程序
modbus slave programs
MODBUS RTU从站 源程序-modbus slave programsMODBUS RTU slave source
- 2022-09-13 21:25:04下载
- 积分:1
-
PHILIPS的PCA捕捉功能和高速输出功能
PHILIPS的PCA捕捉功能和高速输出功能-PHILIPS features of the PCA to capture and high-speed output function
- 2023-08-03 01:50:04下载
- 积分:1
-
模拟串口的实用程序,很多没有串口的单片机可以借鉴,或者需要多个串口的人也可以借用...
模拟串口的实用程序,很多没有串口的单片机可以借鉴,或者需要多个串口的人也可以借用-Simulation of serial utility, not a lot of single-chip serial port can learn from, or those who require multiple serial ports can also be borrowed
- 2022-11-29 10:30:03下载
- 积分:1
-
Time+ temperature display with LCD 12864, please share! ! ! !
时间+温度用液晶12864显示,欢迎大家共享-Time+ temperature display with LCD 12864, please share! ! ! !
- 2022-12-03 02:50:03下载
- 积分:1
-
这是arm92440的脉宽调制(pwm)
适合初学者使用
这是arm92440的脉宽调制(pwm)
适合初学者使用-Arm92440 This is the pulse width modulation (pwm)
Suitable for beginners to use
- 2022-12-07 09:35:04下载
- 积分:1
-
文介绍一种用单片机普通I/O 口实现串行通信的方法,可在单片机的最小应用系统中实现与两个以上串行接口设备的多机通信。附有电路图和源代码。...
文介绍一种用单片机普通I/O 口实现串行通信的方法,可在单片机的最小应用系统中实现与两个以上串行接口设备的多机通信。附有电路图和源代码。-text introduces a microcontroller I/O port serial communications, in the smallest single-chip microcomputer application system to achieve more with two serial interfaces of multi-machine communication. With circuit and the source code.
- 2022-02-06 07:50:00下载
- 积分:1
-
c8051f020 i2c simple application
c8051f020 i2c 的简单应用-c8051f020 i2c simple application
- 2022-01-31 11:00:29下载
- 积分:1
-
P1.7~P1.0接发光二极管L8~L1,要求利用单片机内部定时器1,按方式1工作,每0.01秒T1溢出中断一次。要求编写程序模拟时序控制装置。开机第1秒钟L1...
P1.7~P1.0接发光二极管L8~L1,要求利用单片机内部定时器1,按方式1工作,每0.01秒T1溢出中断一次。要求编写程序模拟时序控制装置。开机第1秒钟L1、L3亮,第2秒钟L2、L4亮,第3秒钟L5、L7亮,第4秒钟L6、L8亮,第5秒钟L1、L3、L5、L7亮,第6秒钟L2、L4、L6、L8亮,第7秒钟8个发光二极管全亮,……一直循环下去。fosc=11.0592MHz-P1.7- P1.0 then LED L1 to L8, by using a timer internal microcontroller, a work by the way, every 0.01 seconds T1 interrupted an overflow. Simulation prepared timing control device. Boot 1 seconds L1, L3- liang, two seconds L2- L4, L5 three seconds, L7- liang, 4 seconds L6, L8-liang, 5 seconds L1, L2, L5, L7- liang, 6 seconds L2, L4, L6, L8- , 7 seconds 8-LED whole ... has been the cycle continues. 11.0592MHz fosc =
- 2022-01-26 05:02:23下载
- 积分:1
-
err
通讯规则:
1:时钟7.3728 MHz/波特率9600/9个数据位/奇校验/1个停止位/硬件多机通讯功能/
2:通讯连接采用硬件MAX485,双向单工
3:每个上行/下行的数据包的字节个数都是一样的(通讯数据量)
4:每个上行/下行的数据包都采用CRC8校验
5:数据接收采用中断+查询的方式
6:总是由主机向从机发送一个数据包,从机收到数据包后向主机回复一个数据包
7:不管是主机还是从机,如果收到的数据包有任何错误,都将丢弃该数据包,等效于没有接收
8:从机之间不能相互通讯,必须通过主机才能交换数据
9:无效地址是0,主机地址是1,从机地址是2.3.4......广播地址是255 -err
- 2023-04-26 20:15:03下载
- 积分:1