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

搜索资源列表

  1. serial_communication

    0下载:
  2. 这是一个典型的串口的实验,是linux中将多线程应用到串口的接收和发送程序设计中 -This is a typical serial experiments are linux will be multi-threaded applications to receive and transmit serial programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:2576
    • 提供者:方方
  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. c51uart_test

    0下载:
  2. 单片机C51串口中断接收和发送测试例程(含通信协议的实现)-C51 single-chip serial port receive and transmit interrupt routine test (including the realization of communication protocols)
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:1231
    • 提供者:czj
  1. mscomm

    0下载:
  2. 串口调试助手,支持各种数据转换,也可保存接收的数据-Serial debugging assistant to support a variety of data conversion, but also to receive data can be stored
  3. 所属分类:Com Port

    • 发布日期:2017-04-24
    • 文件大小:57890
    • 提供者:邢耕
  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. 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. chuankoutongxin

    0下载:
  2. VB实现串口通信,发送命令从而接收相应数据。-VB Serial communications, send a command in order to receive the corresponding data.
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:50792
    • 提供者:jack
  1. test_wave

    0下载:
  2. 在VC6.0的环境下,PC机接收实时串口数据,并划出实时数据曲线.-In VC6.0 environment, PC machine to receive real-time serial data, and draw the curve of real-time data.
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:87381
    • 提供者:yan jie
  1. AID_Img

    0下载:
  2. TChart的线与点的用法实例与串口数据接收的波形图-TChart and serial data reception of the wave
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:86070
    • 提供者:sanny
  1. mscomm

    0下载:
  2. 一个接收RS232的窗口,当打开窗体时串口自动打开,并可以接收到数据。-RS232 receiver of a window, when open the form automatically open when the serial port and can receive the data.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:189909
    • 提供者:pzhengj
  1. DataTransfer

    0下载:
  2. 串口通信工具含字符、文件发送和接收,流控功能-Serial communication tools with characters, to send and receive documents, flow control function
  3. 所属分类:Com Port

    • 发布日期:2017-03-26
    • 文件大小:293068
    • 提供者:为了
  1. prjJianTing

    1下载:
  2. 串口监听源码,实现串口即时接收显示功能,含所有原代码-Serial Port Monitor tools
  3. 所属分类:通讯编程

    • 发布日期:2013-07-26
    • 文件大小:313686
    • 提供者:mellonlee
  1. Serial_IO

    0下载:
  2. 用C#.NET实现的最简单的串口发送和接收程序,有函数说明。可以整合到应用中去。-Using C#. NET to achieve the most simple procedure to send and receive serial port, a function descr iption. Can be integrated into applications to.
  3. 所属分类:CSharp

    • 发布日期:2017-05-11
    • 文件大小:3022627
    • 提供者:DavidX
  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. my_uart_top

    0下载:
  2. 实现的功能如题,就是FPGA里实现从PC接收数据,然后把接收到的数据发回去。使用的是串口UART协议进行收发数据。上位机用的是老得掉牙的串口调试助手-To achieve the functions such as title, that is, to achieve FPGA receives data from the PC, and then receive data back fat. Using a UART serial port protocol to send and recei
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:2655
    • 提供者:刘虎
  1. mscomabc

    0下载:
  2. 一个多线程的VC++串口通讯实例,选择本机可用的串口,可同进打开多个可用的串口,还可以设置数据位、停止位、校验、波特率,往指定端口发送接收数据等。VC6.0编译通过。-More than one thread of the VC++ Serial Communication example, select the serial port of the machine can be used to open the same number into the serial port availabl
  3. 所属分类:Windows Kernel

    • 发布日期:2015-07-16
    • 文件大小:107253
    • 提供者:133
  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. communications

    0下载:
  2. 单片机串口通信应用程序,可通过串口发送接收收据来达到通信的效果。-Single-chip serial communication applications can be sent through the serial communications to receive a receipt to achieve results.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:9994
    • 提供者:张龙
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 50 »
搜珍网 www.dssz.com