CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等) 搜索资源 - 51 串口 接收

搜索资源列表

  1. T905

    0下载:
  2. 本程序是无线芯片nrf905的51控制程序。接收到数据后将数据传送到串口-wireless chip nrf905 51 control procedures. After receiving the data to serial data transmission
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2876
    • 提供者:liuzhen
  1. keilc51_planegame

    0下载:
  2. 一个keilc51的例子--飞机小游戏,游戏运行在单片机里,一块51即可,无需任何外扩的 RAM,只要51的串口和计算机连起来就可以玩了。计算机上运行的程序是终端仿真程序,用来接收单片机发出的字符串并显示出由字符组成的画面和发出控制字符。-a keilc51 example -- small aircraft, games run on the microcontroller, a 51 can be without any foreign expansion of RAM, as long
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:22239
    • 提供者:laf
  1. cat24wc02

    0下载:
  2. 这是Small RTOS 51 在DP-51下载仿真实验仪上使用CAT24WC02驱动程序的例子。本例程序按照相应的的通讯协议接收一个数据,并将接收到的数据显示到LED数码显示器上。然后将接收到的数据写入Cat24Wc02中,再在同一位置将数据读出,并将读出的数据通过串口发送回来。通讯协议参考rtos随想曲和test.ini。 -This is the Small RTOS 51 DP-51 download simulation NG use CAT24WC 02 Driver for e
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:12113
    • 提供者:hunuseu
  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 this is not necessary for d
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:7446
    • 提供者:yanyan
  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 * 4 0 small keyboard input of
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:204344
    • 提供者: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等)

    • 发布日期:2008-10-13
    • 文件大小:1739
    • 提供者:yxw
  1. 51MCUrtos

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

    • 发布日期:2008-10-13
    • 文件大小:209702
    • 提供者:laixuelei
  1. dis

    0下载:
  2. 基于51单片机,串口接收PC数据,并在数码管显示-Based on 51 single chip microcomputer, a serial port receives the PC data, and the digital tube display
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:823
    • 提供者:rhr
  1. usar

    0下载:
  2. 基于51系统的串口接收发程序,接收后自动发送-System based on 51 serial port receiving program, automatically sent after receiving
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:31553
    • 提供者:lt
  1. GPS

    0下载:
  2. GPS模块通过串口向单片机发送固定格式的数据., 单片机的串口接收到数据后,进行解析,在LCD上显示, 定位信息包括:日期时间,经纬度,速度,角度,高度 // 硬件连接: 将GPS模块插在51STAR实验箱的MP3模块插座上,或使用TTL电平 // 接口和51单片机连接 -GPS module test program
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:5173
    • 提供者:吴将
  1. C51r232

    0下载:
  2. c51c52串口通讯测试 这是一个单片机C51串口接收(中断)和发送例程,可以用来测试51单片机的中断接收和查询发送-C51c52 serial communication test This is a microcontroller C51 serial port receiving (interruption) and send routines, can be used to test the 51 MCU interrupt receiving and send query
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:1180
    • 提供者:王世鑫
  1. NHds

    0下载:
  2. 51串口程序和接收数据进行处理的小程序,-51 serial procedures and receives data for processing small programs,
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:263302
    • 提供者:许华
  1. 51-serial-communication

    0下载:
  2. 51单片机上的串口通信,包括接收端和发送端代码,还有详细注释以及说明文档!-51 microcontroller serial communication, including receiving end and the transmitting end code, there are detailed notes and documentation!
  3. 所属分类:SCM

    • 发布日期:2017-05-03
    • 文件大小:970180
    • 提供者:彭亮
  1. 1

    0下载:
  2. 51单片机串口接收数据,并且用1602液晶显示屏显示出来-51 microcontroller serial port to receive data, and by 1602 the LCD displays
  3. 所属分类:SCM

    • 发布日期:2017-05-04
    • 文件大小:17734
    • 提供者:li sertreet
  1. LCD1602

    0下载:
  2. 51单片机相关例程 LCD1602显示+串口接收温度- 51 SCM related routines LCD1602 display+ serial port to receive the temperature
  3. 所属分类:SCM

    • 发布日期:2017-05-16
    • 文件大小:3618373
    • 提供者:杜梦
  1. temp

    0下载:
  2. 基于51单片机的温度传感器DS18B20并利用LCD1602串口接收显示温度-Based on 51 single-chip temperature sensor DS18B20 and the use of LCD1602 serial port to receive display temperature
  3. 所属分类:SCM

    • 发布日期:2017-05-04
    • 文件大小:28198
    • 提供者:欧晨曦
  1. STC12C5A60S2-serial

    0下载:
  2. STC12C5A60S2串口接收程序,可以接收上位机发送的16进制串口数据,在接收到数据以后执行相应的动作-51单片机串口接收程序,通过接收串口16进制编码,执行相应的函数 51单片机串口接收程序,通过接收串口16进制编码,执行相应的函数 51 single-chip serial port to receive the program, through the serial port 16 to receive the code, the implementation of the c
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:802
    • 提供者:lri
  1. chuankou

    0下载:
  2. 基于51单片机的串口通信代码,串口接收到一个信号,单片机通过串口把接收到的原信号发送出去-Based on 51 single chip microcomputer serial communication code, serial port receives a signal, single chip microcomputer through a serial port to receive the original signal is sent out
  3. 所属分类:SCM

    • 发布日期:2017-05-05
    • 文件大小:28361
    • 提供者:liu liushuai
  1. 红外通讯

    0下载:
  2. 51单片机解码红外传感器,51mcu接收红外传感器协议并解析,用串口助手显示(51 MCU decoding infrared sensor)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:vanson421
  1. 单片机控制红外发射接受

    0下载:
  2. 51单片机c源代码+红外发射接收串口通信(c source code;micro controller; infrared; embedded system;)
  3. 所属分类:单片机开发

    • 发布日期:2020-02-24
    • 文件大小:55296
    • 提供者:lynn_qh
« 1 2 3 4 56 7 8 9 »
搜珍网 www.dssz.com