搜索资源列表

  1. shanxianchuankou

    0下载:
  2. 一个非常值的看看的IO口模拟串口通讯51C程序,希望对大家有点帮助-a look at the value of the IO mouth simulation 51C serial communication procedures, we hope to help a bit
  3. 所属分类:文件格式

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:fzp
  1. 51_IO_Used_as_UART

    0下载:
  2. 大多数51单片机只有1个串口,有2个串口的价格比较高。这是用51 IO口模拟串口通讯的C源程序-majority of 51 MCU only one serial port, two serial prices are relatively high. This is the mouth with 51 IO serial communication simulation of C source
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:adee
  1. p1_port

    0下载:
  2. 单片机C51典型应用设计源码 包括液晶,串口,定时器计数器等内容-80C51 typical application design source including LCD, Serial, timer counter, etc.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-17
    • 文件大小:78848
    • 提供者:张艺怀
  1. 232com_ctrl

    0下载:
  2. 8051实现232串口控制的最简单程序,仅用于学习及熟悉232串口的基本控制-8051 232 serial control to achieve the most simple procedures, only for learning and familiarity with the basic 232 serial control
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-17
    • 文件大小:17408
    • 提供者:朱允斌
  1. DEVCOMM

    0下载:
  2. 51单片机串口通讯解规约的例子,用串口中断实现-51 microcontroller serial communications solutions Statute of the examples used to achieve interrupt
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:魏国卿
  1. uart_con

    0下载:
  2. 实用的串口收发程序,实现了printf和scanf,注释详细,适用于51单片机-practical Serial Transceivers procedures, and the printf Scanf Notes detailed, apply to the 51 SCM
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:陈新明
  1. iocom

    0下载:
  2. 51单片机的IO口模拟串口的程序 使用两种方式的C程序 占用定时器0 -51 MCU Serial IO mouth simulation procedures for the use of two methods of C procedures occupied timer 0
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:sjj
  1. seriseprogram

    0下载:
  2. 两块51单片机通过串口相互通信 其中有握手协议-2 through 51 microcontroller serial communications including mutual handshake protocol
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-17
    • 文件大小:35840
    • 提供者:xiaohui
  1. serialport_for_51

    0下载:
  2. 优盘进行串口通信源代码专门写来为arm,51与优盘进行串口通信的东东, 代码短小精悍,高度规范。可以在电脑上象操作 DOS一样仿真优盘的开发。-Youpan for serial communication source code written specifically for the arm, and 51 Youpan Serial Communication for Eastern, code small and highly
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-17
    • 文件大小:6144
    • 提供者:邹锦坤
  1. C51_Serial

    0下载:
  2. 单片机C51串口中断接收和发送测试例程,一个小的测试程序-80C51 Serial interrupted receive and send test routines, a small test procedures
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:徐小华
  1. Serialz

    0下载:
  2. 一个很不错C51串口小程序 输入和输出缓冲区可设置大小 波特率自动计算设置并带有测试程序.-a quite small procedures C51 serial input and output buffer size baud rate can be set up to install and automatically calculated with the test.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-17
    • 文件大小:11264
    • 提供者:
  1. c51com

    0下载:
  2. c51用串口通信源码,包括调试 1.发送:向总线上发命令 2.接收:从总线接收命令,并分析是地址还是数据。 3.定时发送:从内存中取数并向主机发送.-decoder serial communication with the source code, including a debugger. Send : Bus made to order two. Acceptance : Bus from receiving orde
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:zjf
  1. danpianjichuankouzhongduan_C51

    0下载:
  2. 开发平台为Keil Cx51,C51单片机串行口中断服务程序,仅需做简单调用即可完成串口输入输出的处理 //编程:聂小猛。该资料来自“51单片机世界”http://go.163.com/~dz2000。-development platform for Keil Cx51, C51 microcontroller serial port interrupt service procedures, just doing simple
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:a
  1. 51MCUrtos

    0下载:
  2. 51上写的一个简单的操作系统, 提供创建任务,删除任务,任务调度,系统延时,任务挂起,发送消息, 等待消息,CPU使用率统计,系统时间,串口发送、接收数据及串口资源管理等 功能。-51 written in a simple operating system, with the creation tasks, delete tasks, task scheduling, the system delay, missio
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-17
    • 文件大小:209920
    • 提供者:laixuelei
  1. lcd_serial_pc

    0下载:
  2. PC机通过串口向单片机传输数据,单片机经过处理后再送到液晶模块OCM4X8C上显示,液晶能自动换行,汉字不能正常显示的位置自动补空,及无乱码显示(单字节于双字节字符混合)-PC through the serial transmission of data to the microcontroller, SCM After processing, then sent to the LCD OCM4X8C show that LCD ca
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-17
    • 文件大小:49152
    • 提供者:华华
  1. e_timer

    0下载:
  2. at89c51 实现电子时钟 采用并入串出方式利用51串口的实现键盘读取,用6 个LED实现时间显示-at89c51 using electronic clock out into the Series 51 serial use of the keyboard read, with six LEDs show time
  3. 所属分类:文件格式

    • 发布日期:2024-05-17
    • 文件大小:10240
    • 提供者:小伟
  1. down_63

    0下载:
  2. 串口程序和移植到MCS51的uCOS_II都是用uV2来运行的-Serial procedures and transplanted to the MCS51 uCOS_II is used to run the uV2
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-17
    • 文件大小:1356800
    • 提供者:耿丽
  1. COMAssist1.51

    0下载:
  2. 参考萧峰工作室的串口例程,使用mscomm 6.0编写,创新之处在于程序启动时自动检测并安装ocx控件,自动检测串口,单个文件方便使用,不需要手动安装ocx控件,另外也有许多细小功能的增加,如16进制自动过滤,设置参数的自动保存,相当稳定和人性化,界面布局参考了"串口调试器 2002",谢谢上面的两位大侠. 使用VC++ 2005编译,winxp home/pro测试,本人开发中长期使用. -reference to th
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-17
    • 文件大小:345088
    • 提供者:ygl
  1. C51IOinceptsendFile

    0下载:
  2. 这是一个C51写的程序,采用Keil C51 编译开发.本程序是一个标准的串口收发程序.-This is a C51 written procedures, using Keil C51 compiler development. The procedure is a standard serial port transceiver procedures.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:邓力
  1. C8051f330

    1下载:
  2. 一些C8051f330的C程序,包括串口通信,键盘,lcd显示等。-some C8051f330 C procedures, including serial communication, keyboard, lcd display.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-17
    • 文件大小:22528
    • 提供者:施贤
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org