搜索资源列表

  1. C51a

    0下载:
  2. 这是一段c51编的一段有关串口通讯的代码-This is a decoder for the series of the serial communications code
  3. 所属分类:串口编程

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

    0下载:
  2. C51写的单片机串口通信程序,用于键盘测试和USB接口测试!-C51 microcontroller serial communication procedures for testing and USB keyboard interface test!
  3. 所属分类:串口编程

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:万平
  1. mcurs232-asm

    0下载:
  2. 这是一个AT89C51单片机实验开发板向PC机的串口单向发送数据AF的演示程序-This is a AT89C51 experimental development board to the PC serial port to send one-way data AF Speech showing procedures
  3. 所属分类:汇编语言

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:王宝玉
  1. 51com

    0下载:
  2. 一个很好的可以用来调试51单片机的串口程序。-a good 51 can be used to debug the MCU Serial procedures.
  3. 所属分类:微处理器(ARM/PowerPC等)

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

    0下载:
  2. 串口中断服务程序,仅需做简单调用即可完成串口输入输出的处理-interrupt service procedures, just doing simple call can be completed serial input and output processing
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:wj
  1. serialdebug

    0下载:
  2. PHILIPS的P89C669单片机调试的串口程序,可以在其他的51内核的单片机上使用-PHILIPS the MCU Serial debugging procedures, in the other 51 kernel use of SCM
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-17
    • 文件大小:31744
    • 提供者:章风
  1. test_uart

    0下载:
  2. 51系列单片机的串口测试源码,经过项目验证可以直接放心使用,用c写成-51 Series MCU serial testing source, after the project can be directly verified to worry about, written with c
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-17
    • 文件大小:12288
    • 提供者:李运洪
  1. 2005110114544614697

    0下载:
  2. 一个实现手机收发短信的VC++串口编程源码-achieve a cell phone text message TX VC Serial Programming FOSS
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:415744
    • 提供者:aw
  1. 51serial

    0下载:
  2. 本人自己编写的51开发板串口通信小程序! IDE 是用的KE-my own development prepared by the 51 small plates serial communication procedure. IDE is the KE
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-17
    • 文件大小:26624
    • 提供者:徐冬
  1. 51serial_asm

    0下载:
  2. 本人写的51开发板的串口通信程序,可供参考使用,编译器用的KE-I wrote 51 development board serial communication program for reference use, and makes use of the compiler KE
  3. 所属分类:嵌入式/单片机编程

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

    1下载:
  2. : 8×8,16×16,至256×256大小的各种字体字母,数字,汉字点阵字库提取程序支持C51和汇编格式,232通信发送二进制文件,能把所生成的字库数据通过232串口发送出去,不用任何协议,方便单片机调试 8×8,16×16,至256×256大小的各种字体的字母,数字,汉字点阵字库提取程序,支持C51和汇编格式,232通信发送二进制文件,能把所生成的字库数据通过232串口发送出去,不用任何协议,方便单片机调试-: 8 × 8,16 ×
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-17
    • 文件大小:338944
    • 提供者:laiyao
  1. Uart_main

    0下载:
  2. C8051F320和89c52的串口通讯程序,c语言编写-C8051F320 and 89C52 Serial communication procedures, c language
  3. 所属分类:单片机(51,AVR,MSP430等)

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

    0下载:
  2. 单片机C51串口中断接收和发送测试例程可以用来测试51单片机的中断接收 //和查询发送,另外我觉得发送没有必要用中断,因为程序的开销是一样的 -80C51 Serial interrupted receive and send test routines can be used to test 51 MCU interrupt reception// Send inquiries and, I also think that
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-17
    • 文件大小:7168
    • 提供者:yanyan
  1. ReadFIFOData

    0下载:
  2. C8051F040 读FIFO数据并且通过串口发送至PC-C8051F040 read FIFO data sent through the serial port to PC
  3. 所属分类:其他嵌入式/单片机内容

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

    0下载:
  2. 这是一个51单片机与PC的通信系统:利用3*4小键盘输入0~9的一串数字(不大于5),通过8051自带的串口发送给PC并显示在系统的6位LED上;单片机接收上位机的输入并显示在LED上。8051串行口经232电平转换后,与PC机串行口相连。PC机使用串口调试应用程序V2.2.exe,实现上位机与下位机的通讯。-This is a 51 microcontroller and PC communication system : use 3
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-17
    • 文件大小:203776
    • 提供者:Jawen
  1. uart2211

    0下载:
  2. kiell下的一个51 UART 程序,通过串口可以接收来自电脑的字符并以数字形式显示,也可以发送字符 -kiell of a UART 51 procedures Serial passed from the computer can receive and the characters in digital form, can send characters
  3. 所属分类:单片机(51,AVR,MSP430等)

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

    0下载:
  2. 8051串口驱动程序,很有特点,非常有用的!-8051 serial driver, very unique and very useful!
  3. 所属分类:行业应用软件

    • 发布日期:2024-05-17
    • 文件大小:7168
    • 提供者:钱飞龙
  1. 0809_ok

    0下载:
  2. 51单片机实现A/D转换,利用串口输出的程序(WAVE编译)-51 MCU A/D conversion, using the serial output (WAVE compiler)
  3. 所属分类:单片机(51,AVR,MSP430等)

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

    0下载:
  2. 转载一个用C写的MSC51单片机的串口中断服务程序,功能较多,具体看文件内部说明(注:作者是丁丁)-reproduced with a written MSC51 C MCU interrupt service procedures, more functional, look at specific internal documents (Note : The writer is a Ding Ding)
  3. 所属分类:单片机(51,AVR,MSP430等)

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

    0下载:
  2. 当前时间送电脑同时显示,用RS232运用串口通信送数据给电脑,开中断计算时间,精确到秒。Keil C51开发环境,是一个整合很多技术的程序。 -current time to send the computer also showed that use RS232 serial data communications sent to the computer, open interrupted computing time, acc
  3. 所属分类:压缩解压

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:许杰
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org