登录
首页 » SCM » 内容为89c52单片机的基本实验 内容涵盖比较多 所采用的实验板是网上和容易找到的TX...

内容为89c52单片机的基本实验 内容涵盖比较多 所采用的实验板是网上和容易找到的TX...

于 2023-07-06 发布 文件大小:2.40 MB
0 125
下载积分: 2 下载次数: 1

代码说明:

内容为89c52单片机的基本实验 内容涵盖比较多 所采用的实验板是网上和容易找到的TX-1C。是新手比较好的参考资料-89c52 microcontroller content covers the basic experiments are more used in experimental board is easy to find online and the TX-1C. Is a good reference novice

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Holtek
    基于盛群单片机开发的 获得温湿传感器dht11和光敏电阻的数据 并且发送到1602显示屏的程序-Holtek-based single-chip temperature sensor was developed and photosensitive resistance dht11 and sent to the data display process 1602
    2022-05-28 04:16:22下载
    积分:1
  • 这是一个有关单片机C语言使用的范例,这个范例说明如何使用 Port 1 输出跑马灯...
    这是一个有关单片机C语言使用的范例,这个范例说明如何使用 Port 1 输出跑马灯 -This is a single-chip using C language examples, this example illustrates how to use the Port 1 output Marquee
    2023-08-18 01:30:03下载
    积分:1
  • 这是关于51单片机驱动及显示的经典程序,主芯片是51单片机。...
    这是关于51单片机驱动及显示的经典程序,主芯片是51单片机。-This is displayed on the driver and the classic procedure, the main chip is a single-chip microcomputer 51.
    2022-08-14 23:08:10下载
    积分:1
  • 其中的usb端口通信已经作为一个模块来使用,用户只需用以下函数就可以对usb端口进行方便地读写: unsigned char D12_WriteEndpo...
    其中的usb端口通信已经作为一个模块来使用,用户只需用以下函数就可以对usb端口进行方便地读写: unsigned char D12_WriteEndpoint(unsigned char endp, unsigned char len, unsigned char * buf) 此为usb端点输出函数,endp是要进行通信的端点,取值为3(普通端点,最大可一次传输16byte)或5(主端点,最大可一次传输64byte);len为一次输出数据长度;*buf为数据所在位置。 usb端点数据的读操作是由底层函数自动完成的(相关函数为unsigned char D12_ReadEndpoint(unsigned char endp, unsigned char len, unsigned char * buf); 相应端点为2和4),所读到的数据存于GenEpBuf[](普通端点)、MainEpBuf[]或EpBuf[](主端点)中,用户可以直接读取使用。-Usb port communication which has been used as a module, the user can use the following function on the usb port can easily read and write: unsigned char D12_WriteEndpoint (unsigned char endp, unsigned char len, unsigned char* buf) This is the endpoint usb output function, endp is to communicate the endpoint, the value for 3 (common endpoint, the first transmission maximum 16byte) or 5 ( the main endpoint, the first transmission maximum 64byte) len Length of output data for the first time * buf location for data. usb endpoint data is read
    2023-06-14 23:15:04下载
    积分:1
  • usb编程器的全部资料,包括上位机程序及下位机源程序 支持编程器类型 1,多种并口(可以自定义)编程器(并口串行) 2,USBPROG编程器(...
    usb编程器的全部资料,包括上位机程序及下位机源程序 支持编程器类型 1,多种并口(可以自定义)编程器(并口串行) 2,USBPROG编程器(usb串行) 3,并口并行编程器 4,usbasp 扩展功能 1,串口调试,超级终端 特色: 1,速度较快(16k程序): 并口 读11秒 写11秒;USBPROG读2秒 写2秒。 2,USBPROG根据目标cpu自动调整三种下载速度(8k,187.5k,375k) 3,支持自定义ATMEL全系列cpu(avr+S5x 系列). 4,支持自定义熔丝信息提示功能 -usb programmer all the information, including procedures and PC-under-source programming support for a similar, multiple parallel port (which can be customized) programming (Serial Parallel Port) 2, USBPROG Programming (usb serial) 3, Parallel parallel programming for four, a usbasp expansion, Serial debugging, the Super Terminal characteristics : a high speed (16k procedures) : Parallel Port Reading 11 seconds was 11 seconds; USBPROG Reading 2 seconds was two seconds. 2, according to the target cpu USBPROG automatic adjustment of the three download speeds (8k, 187.5k. 375K) 3, ATMEL support from the definition of a full range of cpu (avr S5x series). 4. Fuse support from the definition of functional i
    2022-02-04 15:06:47下载
    积分:1
  • 用单片机实现二进制数转换成十进制数(BCD码)程序
    用单片机实现二进制数转换成十进制数(BCD码)程序-with MCU converted into binary-decimal (BCD) process
    2022-04-25 06:19:18下载
    积分:1
  • / /定时器B功能测试9488功能测试9488定时器B B:Dami调试技术。
    //9488定时器B功能测试 9488定时器B功能测试B:DAMI调试通过: 9488 8位定时器B的使用 有关的I/O为三个:TBPWM(输出)(P1.0) 模式有:间隔定时功能,PWM模式 有定时中断:定时器B溢出中断-//Timer B Functional Test 9488 9488 Timer B Functional Test B: DAMI debugging through: 9488 8-bit timer of the use of B the I/O into three: TBPWM (output) (P1.0) mode: interval timer, PWM mode have regularly interrupted: timer B overflow interrupt
    2022-01-31 20:46:40下载
    积分:1
  • 基于Small RTOS51的数据采集器设计
    基于Small RTOS51的数据采集器设计-Small RTOS51-based Data Acquisition Design
    2022-01-26 08:29:57下载
    积分:1
  • 开发板上跑的俄罗斯方块,有图片,源码。通过VGA接口输出。...
    开发板上跑的俄罗斯方块,有图片,源码。通过VGA接口输出。 -Development board to run the Russian box, has pictures, source code. Output through the VGA interface.
    2022-02-10 17:30:40下载
    积分:1
  • 采用TOP227单片开关电源芯片实现的充电器,内附电路图
    采用TOP227单片开关电源芯片实现的充电器,内附电路图-used TOP227 SMPS chip chargers, enclosing circuit
    2022-08-16 16:39:17下载
    积分:1
  • 696518资源总数
  • 106253会员总数
  • 14今日下载