CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 串口发送接收

搜索资源列表

  1. receive

    0下载:
  2. 单片机C51串口中断接收和发送测试例程含通讯协议-single-chip serial port receive and transmit interrupt routine testing communication protocols with
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-03
    • 文件大小:1527
    • 提供者:王伟
  1. mcu_pc

    0下载:
  2. 电脑串口程序可以发送串口数据和接收可以单片机连接-Computer serial port can send and receive serial data can be single-chip connectivity
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:20895
    • 提供者:wufeng
  1. 0723

    0下载:
  2. procedure senddata var i:integer commflg : Boolean begin commflg:=true for i:=1 to 8 do begin if not fcomm comml writecommdata(sendbutter,i) then begin Commflg=false break end end
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-09
    • 文件大小:1612282
    • 提供者:yingyu
  1. SeriesSample

    0下载:
  2. evc的串口通信例子,同时有异步接收和发送处理-EVC examples of serial communication, at the same time there is asynchronous receive and transmit treatment
  3. 所属分类:Com Port

    • 发布日期:2017-04-25
    • 文件大小:46046
    • 提供者:张三
  1. ma8receiver

    0下载:
  2. ICCAVR_mega8_串口发送接收,c语言编写的!-Send ICCAVR_mega8_ serial receiver, c language!
  3. 所属分类:Com Port

    • 发布日期:2017-04-29
    • 文件大小:40191
    • 提供者:曾阿牛
  1. CSharpCOMSocket

    0下载:
  2. C#版串口通信编程(接收和发送数据)-C# version of the serial communication programming (receiving and sending data). .
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:47343
    • 提供者:mike__fei
  1. chuankoutongxin

    0下载:
  2. 串口通信的概念非常简单,串口按位(bit)发送和接收字节。尽管比按字节(byte)的并行通信慢,但是串口可以在使用一根线发送数据的同时用另一根线接收数据。它很简单并且能够实现远距离通信。比如IEEE488定义并行通行状态时,规定设备线总常不得超过20米,并且任意两个设备间的长度不得超过2米;而对于串口而言,长度可达1200米。典型地,串口用于ASCII码字符的传输。通信使用3根线完成:(1)地线,(2)发送,(3)接收。由于串口通信是异步的,端口能够在一根线上发送数据同时在另一根线上接收数据。其
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:1086
    • 提供者:zhendongzhao
  1. VB

    0下载:
  2. VB串口字节通信程序,包括:1字节发送子程序,n字节接收子程序-Visual Basic byte signal communication program
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:728
    • 提供者:孙天奇
  1. DP_51PRO_IRDA

    0下载:
  2. 一个不错的串口控制红外接收发送的,C语言程序,工程项目中的一部分。大家可以学习和借鉴的。-A good control of the serial port to send infrared receiver, C language program, part of the project. We can study and learn from them.
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1130
    • 提供者:gaowei
  1. BlueTest20080303200801

    0下载:
  2. 大放血,只为我要下一个文件,同样哪个捡到哪个发 编写用于测试蓝牙的工具, 可以用串口调试蓝牙, 包括发送命令控制蓝牙, 和接收IR发过来的数据, 用于测试蓝牙板,方便生产.-Major bleeding, but for the next document I want, which picked up the same which made the preparation of the tools used to test the Bluetooth can be used t
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-07
    • 文件大小:348978
    • 提供者:易虎
  1. chuankou

    0下载:
  2. 串口发送接收模块,可以完成串口板载调试功能-Send serial port receiver module, to be completed onboard serial debugging
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-24
    • 文件大小:371831
    • 提供者:yaodi
  1. serils

    0下载:
  2. 51单片机的C语言 串口接收和发送 功能简单 齐全-51 MCU serils receive and send
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:616
    • 提供者:黄哲
  1. SCommTest

    0下载:
  2. 串口发送接收数据,初学者可以参考参考, - - ~-串口发送接收数据,初学者可以参考参考,-- ~
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:226631
    • 提供者:石生
  1. cuankou

    0下载:
  2. 实验名称:串行通信实验 实验目的: (1) 了解MCS-51单片机串行口(UART)的结构、PC机串行通信的基本要求、串行通信的原理和数据交换过程,掌握单片机与单片机间以及单片机与PC机间进行串行通信的编程方法。 (2) 掌握存储器扩展接口电路的设计方法;掌握单片机内部RAM和外部RAM之间数据传送的特点。 实验类型:验证 实验学时:2学时 每组人数:1人 实验内容:单片机之间串行通信实验:甲机将存储在片外RAM的一组立即数(00H~0FH)通过串口发送到乙机,乙机接收
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:897
    • 提供者:nwj
  1. CommWizard

    0下载:
  2. 源码-串口接收-发送调试用助手 含 串口类-方便用户自学调用 含 hex转换字符 函数 可以传送文件 可以设置多个串口,不限定个数 方便 串口调试 -Source- the serial receive- send debugging assistant with serial-type- call with user-friendly self-character hex conversion function can send a document to set up
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:827091
    • 提供者:buliti
  1. uart-sendandreceive

    0下载:
  2. STM UART串口发送接收字符串程序,及简单的串口数据解码-STM UART serial port to send the string to receive the procedure, and a simple decoding of serial data
  3. 所属分类:Com Port

    • 发布日期:2017-03-26
    • 文件大小:3432
    • 提供者:caobo
  1. SerialPortAPI2

    0下载:
  2. 以API方式实现的串口通讯,包括发送、接收、事件等,有示例。-API means to the serial communications, including sending, receiving, and other events, there are examples.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3762
    • 提供者:bob
  1. key

    0下载:
  2. scan P0_key_1.c与\cpubbs_scankey_receiver_cn\以中文方式接收单片机发送回来的键值.vi配合使用,当你按了某一个键时,它会把你按的键码发回来,并以中文显示。C51机串口可以发中文.-scan P0_key_1.c with \ cpubbs_scankey_receiver_cn \ in order to receive single-chip Chinese to send back the keys. vi use, when you press a
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:45964
    • 提供者:leedong
  1. serial_port

    0下载:
  2. 串口通信的程序,包括了串口的初始化,发送接收一个字节和发送语句-this program is to movtivate the serial port to work.
  3. 所属分类:Com Port

    • 发布日期:2017-03-26
    • 文件大小:1837
    • 提供者:阿贵
  1. LSD-TEST430F5438-01-CRC1.c

    0下载:
  2. ** 串口初始化顺序: ** 1、置位UCSWRST ** 2、配置UCAXCTL0、UCAXCTL1 ** 3、波特率设置 ** 4、使能接收或发送中断-** Initialize serial order:** 1, Set UCSWRST** 2, configuration UCAXCTL0, UCAXCTL1** 3, the baud rate settings** 4 so that it can receive or send interrupt
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:2376
    • 提供者:guochangshou
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com