-
用485实现单片机之间的串行通信。
从机部分一直等待主机的命令,接收到就发响应信号,然后接受数据,接受成功就用液晶显示...
用485实现单片机之间的串行通信。
从机部分一直等待主机的命令,接收到就发响应信号,然后接受数据,接受成功就用液晶显示-MCU with 485 Serial Communication between. From the plane of the mainframe have been waiting for the orders received on the response signal and then receive data on the successful use of acceptable LCD
- 2022-08-07 21:09:13下载
- 积分:1
-
AVR单片机,mega16开发板,驱动1602液晶显示程序。
AVR单片机,mega16开发板,驱动1602液晶显示程序。-AVR single-chip, mega16 development board, the procedure-driven liquid crystal display 1602.
- 2023-04-01 13:20:04下载
- 积分:1
-
In order to further understand how the above method to realize programming, prov...
为了进一步理解上述方法如何在编程中得以实现,在此提供了1个用C51单片机编程语言编制的8个按键的键处理程序,以供参考。该程序在KEIL C51 V6.02/uVsion2 demo编译环境下编译通过-In order to further understand how the above method to realize programming, provided in the C51 single-chip microcomputer with a programming language produced by the eight key key procedure for reference. The program in the KEIL C51 V6.02/uVsion2 demo compiler compiler environment through
- 2022-08-08 14:12:15下载
- 积分:1
-
use of this source SCM simulation IIC bus communication, based on the I2C can be...
此源码利用单片机模拟实现IIC总线通信,可以连接基于I2C的硬件调试 -use of this source SCM simulation IIC bus communication, based on the I2C can be connected to the hardware debugging
- 2022-08-15 08:46:49下载
- 积分:1
-
51单片机的以太网 Ethernet 源程序和原理图
51单片机的以太网 Ethernet 源程序和原理图-51 MCU Ethernet code and Schematics
- 2022-03-21 00:43:41下载
- 积分:1
-
M16的直流电机
用m16驱动的l298n直流电机转向程序,很好用,-M16 with DC motor-driven steering l298n procedures, very good, and
- 2023-01-01 08:30:05下载
- 积分:1
-
单片机应用技术选编3,有大量关于51、avr、pic等多种单片机实例...
单片机应用技术选编3,有大量关于51、avr、pic等多种单片机实例-Selected 3 single-chip applications, a large number of on 51, avr, pic, etc. Examples of a variety of single-chip
- 2022-05-14 19:36:16下载
- 积分:1
-
基于C51单片机的多机串口,MODBUS协议通讯的实现方法.
基于C51单片机的多机串口,MODBUS协议通讯的实现方法.-C51 Microcontroller Based Multi-machine serial port, MODBUS communication protocol implementations.
- 2023-09-02 16:55:03下载
- 积分:1
-
8x8 Matrix Example
8x8矩阵示例
- 2023-01-06 03:30:03下载
- 积分:1
-
用C51实现的拼音输入法,这是改写的网友 embuffalo、独步上载在www.21ic.com自由发布区的由张凯原作的51上的拼音输入法程序。
原作使用...
用C51实现的拼音输入法,这是改写的网友 embuffalo、独步上载在www.21ic.com自由发布区的由张凯原作的51上的拼音输入法程序。
原作使用了一个二维数组用以查表,我认为这样比较的浪费空间,而且每个字表的索引地址要手工输入,效率不高。所以我用结构体将其改写了一下。就是大家现在看到的这个。
因为代码比较的大,共有6,000多汉字,这样就得要12,000 byte来存放GB内码,所以也是没办法的 :-(
编译结果约为3000h,因为大部分是索引表,代码优化几乎无效。
在Keil C里仿真芯片选用的是华邦的W77E58,它有32k ROM, 256B on-chip RAM, 1K on-chip SRAM (用DPTR1指针寻址,相当于有1K的片上xdata)。条件有限,没有上片试验,仿真而已。
打算将其移植到AVR上,但CodeAVRC与IAR EC++在结构体、指针的定义使用上似乎与C51不太一样,现在还未搞定。还希望在这方面有经验的网友能给予指导。-C51 with the Pinyin input method, which is rewritten netizens embuffalo. Unrivaled www.21ic.com available in the free publication of the original work by Kai-51 on the Pinyin input method procedures . Appreciate the use of a two-dimensional array for the look-up table, I think this is a waste of space. Each of the characters but the index table to manually input address, efficiency is not high. I use the structure to rewrite a bit. We see now is this. Because the code comparison, a total of 6, more than 000 Chinese characters, this must
- 2023-04-01 14:55:03下载
- 积分:1