CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 异步通信

搜索资源列表

  1. Socket

    0下载:
  2. 实现了Socket的异步通信,包括线程间通信,双端队列通信等功能。-Socket implementation of the asynchronous communication, including inter-thread communications, double-ended queue communications functions.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:257187
    • 提供者:Kelly Li
  1. F33x_UART0_Interrupt

    0下载:
  2. f33X系列单片机,异步通信接口所用解释程序-F33x_UART0_Interrupt.c
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2490
    • 提供者:long
  1. serialcommpro

    0下载:
  2. 串口编程,分为同步通信模式和异步通信模式,方便调试。-Serial Programming is divided into synchronous and asynchronous modes of communication modes of communication to facilitate debugging.
  3. 所属分类:Communication

    • 发布日期:2017-04-29
    • 文件大小:52860
    • 提供者:田野
  1. chengxudaidm

    0下载:
  2. 《Windows程序设计》配套代码、LZW压缩算法源代码、Socket异步通信示程序代码-" Windows Programming" complementary code, LZW compression algorithm the source code, Socket asynchronous communication code that
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2296710
    • 提供者:ldd
  1. chengxudaidml

    0下载:
  2. 《Windows程序设计》配套代码、LZW压缩算法源代码、Socket异步通信示程序代码-" Windows Programming" complementary code, LZW compression algorithm the source code, Socket asynchronous communication code that
  3. 所属分类:Java Develop

    • 发布日期:2017-05-09
    • 文件大小:1661257
    • 提供者:ldd
  1. WithPICMCUICreader

    0下载:
  2. 详细介绍PIC单片机使用SPI方式与IC卡进行数据传输的原理和电路设计,以及使用USART方式与PC机进行串行异步通信的工作原理;介绍PIC单片机听SPI方式和USART方式的设置方法。-PIC detailed the use of SPI with Single-chip IC card for data transmission principles and circuit design, as well as with the PC using USART serial asynchro
  3. 所属分类:Communication

    • 发布日期:2017-04-26
    • 文件大小:215293
    • 提供者:蚊子
  1. 603836chuankou

    0下载:
  2. 该程序实现了串口之间的相互通信,是异步串口通信,计算机网络实验经典程序。-Implementation of the procedures between the serial communications, serial communication is asynchronous, the classic experimental procedures for computer networks.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-29
    • 文件大小:54759
    • 提供者:xuezhanfei
  1. PIC_CAN_CCP_UART

    0下载:
  2. PIC16F87X在CAN通信中的应用 利用CCP模块设计频率计 通用同步异步通信的应用-PIC16F87X in CAN Communication
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:256934
    • 提供者:李华实
  1. ybtx2

    0下载:
  2. 利用RAM地址单元及8250异步通信接口实现与计算机通信-RAM address unit and the use of asynchronous communication interface 8250 with the computer communication
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-10
    • 文件大小:952
    • 提供者:mao
  1. uart

    0下载:
  2. 基于FPGA的uart源代码,异步串行通信,vhdl书写的。-uart codes。write with vhdl.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-25
    • 文件大小:280889
    • 提供者:
  1. RS485Comm

    0下载:
  2. 基于vc的异步串口通信,基于vc的usb程序代码。自己写了一下,挺好用的。-Vc-based asynchronous serial communication, based on the usb code vc. Wrote about their own, very good use.
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:12305
    • 提供者:彭贤
  1. chuankoutongxin

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

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

    0下载:
  2. SOCKET智能机器人,socket异步通信-SOCKET intelligent robot, socket asynchronous communication
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:54807
    • 提供者:xiaomiao
  1. Three-wire-asynchronous-serial-communication

    0下载:
  2. 针对两算机之间串行异步通信问题开展研究,用C语言设计了仅用RXD、RXD、GND三线进行串行通信的程序。该程序通过合理设置INS8250端口的初始状态,发送方采用查询方式,接收方引入中断机制,使三线通信方式得以实现,且硬件连线简单,数据传输波特率可达115200bps的最高极限值。-Computer for the two serial asynchronous communication between the research problem, using C language design
  3. 所属分类:Com Port

    • 发布日期:2017-03-24
    • 文件大小:6106
    • 提供者:王成
  1. prototypejs

    0下载:
  2. 异步通信技术,  ajax,简化页面开发,可直接更新某一个层等对象。-Asynchronous communication technology, ajax, to simplify page development, can be directly updated to a certain object such as a layer.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-31
    • 文件大小:835712
    • 提供者:余雄飞
  1. TEST44X_ta_uart2400

    0下载:
  2. 应用msp430单片机定时器A实现异步通信源代码-Msp430 timer A single-chip applications to achieve asynchronous communication source code
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:1330
    • 提供者:wei
  1. cxfscktx

    0下载:
  2. 一个c51单片机利用查询方式实现串口异步通信源代码-Query serial asynchronous communication means source code
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:1121
    • 提供者:999
  1. zdsxcktx

    0下载:
  2. 51单片机利用中断方式实现串口异步通信的源程序-51 single-chip realization of the use of interrupt source serial asynchronous communication
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:1059
    • 提供者:999
  1. TL16C752Bchipreference

    0下载:
  2. 国德州仪器公司(TI)的TMS320VC54XX系列DSP芯片与PC机实现异步通信通常有两种方法:第一种是使用通用I/O信号XF和BIO作为串口发送和接收信号,用软件逐位发送和接收数据,即软件异步通信方法,这种方法需要占用很多CPU时间,因此,只能在DSP不太忙、实时性要求不高的情况下采用;第二种是通过扩展异步通信芯片来实现高速串行通信,本文选用的就是此方法。 -State of Texas Instruments (TI) of TMS320VC54XX series DSP chip a
  3. 所属分类:DSP program

    • 发布日期:2017-04-07
    • 文件大小:464070
    • 提供者:圈石
  1. code

    0下载:
  2. TCP异步通信编程实例,基于C#语言开发,实现异步通信面向连接的程序设计。-failed to translate
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:86697
    • 提供者:李佳
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 36 »
搜珍网 www.dssz.com