-
单片机实现TCPIP协议的完整C源程序
TCP <
单片机实现TCPIP协议的完整C源程序
TCP RS232 的应用
分配本地用户自定义服务模式应用TCP端口号-MCU TCPIP protocol complete C source code
- 2022-02-07 01:42:51下载
- 积分:1
-
讲述了单片机对人体结构的要求的结构原理…
讲述了单片机要求的对齐原理 对结构体的理解非常重要-Tells the MCU requirements of the body alignment principles of the structure is very important to
- 2023-08-27 11:55:03下载
- 积分:1
-
这是一本学习vhdl语言以及EDA的好书,适合初学者,我强力推荐...
这是一本学习vhdl语言以及EDA的好书,适合初学者,我强力推荐-This is a learning and EDA VHDL language books, suitable for beginners, I strongly recommend
- 2022-02-22 04:11:48下载
- 积分:1
-
在C51单片机上使用的1602LCD驱动程序,
在C51单片机上使用的1602LCD驱动程序,-In the C51 microcontroller used 1602LCD driver,
- 2022-07-17 22:39:52下载
- 积分:1
-
犯错
红外解码程序主要工作为等待红外线信号出现,并跳过引导信号,开始收集连续32位的表面数据,存入内存的连续空间。位信号解码的原则是:以判断各个位的波宽信号来决定高低信号。位解码原理如下:
解码为0:低电平的宽度0.56ms+高电平的宽度0.56ms。
解码为1:低电平的宽度1.68ms+高电平的宽度0.56ms。
程序中必须设计一精确的0.1ms延时时间作为基础时间,以计数实际的波形宽度,若读值为5表示波形宽度为0.5ms,若读值为16表示波形宽度为1.6ms,以此类推。高电平的宽度1.12ms为固定,因此可以直接判断低电平的宽度的计数值5或时16,来确定编码为0或是1。程序中可以减法指令SUBB来完成判断,指令“SUBB A,R2”中若R2为计数值,A寄存器设为8,就可如下:
当“8-R2”有产生借位,借位标志C=1,表示编码为1。
当“8-R2”无产生借位,借位标志C=0,表示编码为0。
将借位标志C经过右移指令“RRC A”转入A寄存器中,再经由R0寄存器间接寻址存入内存中。
-err
- 2022-08-22 12:44:29下载
- 积分:1
-
51 Singlechip elevator control data (circuit diagram+ Project code)
电梯的51单片机控制资料(电路图+工程代码)-51 Singlechip elevator control data (circuit diagram+ Project code)
- 2022-02-26 21:26:44下载
- 积分:1
-
大厦LED流水显示的程序,刚刚编完,可通过修改循环的次数和数据表来构成不同的显示效果...
大厦LED流水显示的程序,刚刚编完,可通过修改循环的次数和数据表来构成不同的显示效果-LED shows the procedure, the newly produced, cycle through changes in the number and composition of data tables show different results
- 2023-03-07 23:50:03下载
- 积分:1
-
8051 using single
用单片机8051控制DS18B20温度传感器,包括温度上下限的设置(可以通过串口及时设置进DS18B20),读取及时温度,当温度超过上下限报警功能。-8051 using single-chip temperature sensor DS18B20 control, including the upper and lower limits of temperature settings (through the serial port settings into timely DS18B20), read the timely temperature, when the temperature exceeds the alarm function of the upper and lower limits.
- 2022-01-24 13:53:37下载
- 积分:1
-
18B20温度传感器的单片机程序,检测当前环境温度并将温度数据返回到单片机。...
18B20温度传感器的单片机程序,检测当前环境温度并将温度数据返回到单片机。-Single-chip temperature sensor 18B20 procedure, testing the current ambient temperature and the temperature data back to the single chip.
- 2022-01-22 04:28:14下载
- 积分:1
-
Nixie tube driver circuit set, a lot of plans on the LED driver can be a referen...
数码管驱动电路集,好多的关于LED驱动的图,可以做参考-Nixie tube driver circuit set, a lot of plans on the LED driver can be a reference
- 2023-08-14 17:50:04下载
- 积分:1