搜索资源列表
1602
- 在430的基础上实现1602液晶显示功能,带有串口通信-In the 430 based on 1602 LCD function, with a serial communication
testOK
- 最近网上找到并修改通过的mega8源代码,包括1602四线驱动、ADC、串口通信、3个io口连接22个按键、PWM、时钟等-Recently adopted by the Internet to find and modify the source code mega8, including the 1602 four-lane drivers, ADC, serial communication, 3 io port to connect 22 buttons, PWM, clock, etc
DS18B20
- 基于c51单片机通过DS18b20采集温度并在1602显示,还通过串口把温度值发送到pc机上显示出来-C51 microcontroller based on the temperature and collected by DS18b20 1602 shows that the temperature value is also sent through the serial port to the pc machine displayed
ATmega16A
- ATmega16A 18B20温度 串口 1602实验-ATmega16A 18B20
UART1602
- 串口通信以及读写的数据在1602上显示,程序可行,在板子上实现了-Serial communication, and to read and write data in 1602 on the program feasible board
Four-road-temperature-collection
- 四路温度采集报警系统并附带Proteus仿真,使用51单片机编程,同时检测四路DS18B20温度传感器上的温度,并将结果显示在液晶1602上,同时具备可调节温度上下限制功能,超过限制发出报警的功能,还具有串口调节功能,是更加方便。-Four road temperature collection and alarm system with Proteus simulation, using the 51 microcontroller programming, at the same time,
LCD-serial-to-parallel
- lcd1602液晶屏使用8位并行传输数据,因为这样需要引脚比较多,所以有这个想法是否可以向12864那样串行传输数据。但是1602不向12864有串行模式,它只有一个并行模式。这时组内有人提出可以使用74HC595这个芯片,它的特性正好是8位串行输入转平行输出。 接下来开始讨论控制的时序图,1602的时序图十分简单,我们用用画图得出了串行下的时序。 -LCD1602 LCD screen using 8 bit parallel transmission of data, becau
74系列IC检测
- 用51单片机检测74系列芯片功能是否正常,支持至少14给芯片,同时串口输出,1602显示。