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

搜索资源列表

  1. 4PC-sends-string-to-read-MSP430-P

    0下载:
  2. 使用MSP430F149芯片,透过串口与电脑通信,波特率9600,8数据,无校验。使用32.768k晶振,使用P3.6和P3.7口作为发送和接收口,使用异步通信USART1,采用查询形式。实现通信,当单片机接收到以S结尾时表示命令结束:以WR开始的字符串时,中间的数据最好是二进制的16位,单片机会把中间的数据高八位赋值给P6口,把中间的数据低八位赋值给P4口;以WO开始的字符串时,中间的数据最好是二进制的8位,单片机会把中间的数据赋值给P5口;以RI开始的字符串时,读取P2口P1口的状态,显示到
  3. 所属分类:SCM

    • 发布日期:2017-11-30
    • 文件大小:69502
    • 提供者:超越
  1. 5PC-sends-data-to-MSP430-P6P4-1-time

    0下载:
  2. 使用MSP430F149芯片,透过串口与电脑通信,波特率9600,8数据,无校验。使用32.768k晶振,使用P3.6和P3.7口作为发送和接收口,使用异步通信USART1,采用查询形式。实现通信,当单片机接收到以S结尾以W开始的字符串时,中间的数据最好是二进制的16位,单片机会把中间的数据高八位赋值给P6口,把中间的数据低八位赋值给P4口。-MSP430F149 chip through the serial port to communicate with the computer, bau
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-11-24
    • 文件大小:27962
    • 提供者:超越
  1. 7MSP430F149-use-USART1-to-define-P4

    0下载:
  2. 使用MSP430F149芯片,透过串口与电脑通信,波特率9600,8数据,无校验。使用32.768k晶振,使用P3.6和P3.7口作为发送和接收口,使用异步通信USART1,采用查询形式。实现通信,当单片机接收到以S结尾以W开始的字符串时,单片机会把中间的数据赋值给P4口。-MSP430F149 chip through the serial port to communicate with the computer, baud rate 9600 data, no parity. 32.768
  3. 所属分类:Com Port

    • 发布日期:2017-11-12
    • 文件大小:26700
    • 提供者:超越
  1. usart_sr

    0下载:
  2. avr单片机异步通信接口的收发(通过液晶显示观察)-the avr microcontroller asynchronous communication interface transceiver (LCD observation)
  3. 所属分类:SCM

    • 发布日期:2017-11-17
    • 文件大小:2037
    • 提供者:xuxiuliv
  1. Chat

    0下载:
  2. 自己写的一个网络聊天程序,主要用到套接字 多线程异步通信,比较完整可以独立运行出结果-Write their own network chat program, mainly used in the socket Multi-threaded asynchronous communication, more complete, stand-alone results
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-17
    • 文件大小:1951905
    • 提供者:linfei
  1. socket

    0下载:
  2. socket同步异步通信C# 代码采用MSDN里面官方的例子 不管是同步还是异步套接字,都必须首先建立起socket,这是后面连接的基础-MSDN inside official socket synchronous and asynchronous communication using C# code examples whether synchronous or asynchronous socket must first establish a socket connection
  3. 所属分类:CSharp

    • 发布日期:2017-11-24
    • 文件大小:5144
    • 提供者:zuoyunbo
  1. socket_server

    0下载:
  2. C#编写的windows环境下socket异步通信服务器端应用程序,有完整工程,VS2008下编译通过,可以和另一个socket_test(客户端)之间联调-Asynchronous communication server-side application windows environment written in C# socket complete engineering, VS2008 compiler through, and another socket_test (client)
  3. 所属分类:CSharp

    • 发布日期:2017-12-03
    • 文件大小:63519
    • 提供者:刘海
  1. SOCKET-TCP-UDP-

    0下载:
  2. SOCKET实现异步通信,两个主机通过socket套接字,实现TCP,UDP协议-SOCKET asynchronous communication, the two host through socket socket, TCP, UDP agreement
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-01
    • 文件大小:3050978
    • 提供者:王纪
  1. Ex7_2

    0下载:
  2. C++/CLI编写的基于tcp协议的异步通信完整项目,包括服务端和客户端-Complete asynchronous communication project based on the tcp protocol, written by C++/CLI, including server and client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-07
    • 文件大小:1448736
    • 提供者:向阳
  1. Demo

    0下载:
  2. C# socket异步通信-c# socket。。。。。。。。。。。。。。
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-06
    • 文件大小:218752
    • 提供者:linkai
  1. UDPar

    0下载:
  2. .net下的udp异步通信,基本udpclient的异步通信-Net under udp asynchronous communication, a basic udpclient asynchronous communication
  3. 所属分类:CSharp

    • 发布日期:2017-11-28
    • 文件大小:22177
    • 提供者:Enters
  1. TCP

    0下载:
  2. TCP协议同步通信和异步通信系统的实现 服务器和客户端-A synchronous communication and asynchronous communication system implementation of the TCP protocol server and the client
  3. 所属分类:Other systems

    • 发布日期:2016-01-23
    • 文件大小:216064
    • 提供者:
  1. uart

    0下载:
  2. 以电原理图为顶层, 设计一个异步通信接收器,波特率为19200,接收的数据为学号,并在开发板上用数码管显示。-Electrical Schematic diagram for the top layer, design an asynchronous communication receivers,the baud rate is 19200, the received data is the student numbers,display it using the digital tube.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-17
    • 文件大小:799386
    • 提供者:YK97
  1. 51communicate-with-Arduino

    0下载:
  2. Arduino32路舵机控制板的控制程序,利用51单片机所接的矩阵键盘通过异步通信向Arduino控制板发送其规定的字符串指令,使舵机控制板控制舵机实现其预先在PC上通过软件设定好的动作。控制舵机机器人时非常好用的程序。-The servos control panel in Arduino32 Road control program using 51 microcontroller connected matrix keyboard through a the asynchronous co
  3. 所属分类:SCM

    • 发布日期:2017-12-02
    • 文件大小:14056
    • 提供者:断云
  1. SD_CARD_FAT

    0下载:
  2. 基于STM32 的SD卡驱动程序,包涵mmc_sd,diskio.c 串口异步通信等外设-STM32 SD card driver, bear with mmc_sd, diskio.c serial asynchronous communication peripherals
  3. 所属分类:SCM

    • 发布日期:2017-11-27
    • 文件大小:1301275
    • 提供者:孙铭骏
  1. Timer1

    0下载:
  2. 测试程序,用来进行异步通信的串口测试。程序实现了定时器、异步收发功能。-Test procedures used for asynchronous serial communications test. The program timers, asynchronous transceiver functions.
  3. 所属分类:Communication

    • 发布日期:2017-11-14
    • 文件大小:214868
    • 提供者:晓梦
  1. AsyncImageLoader

    0下载:
  2. android开发中实现异步通信的java代码,部分代码。初学者使用-asynchronous communication
  3. 所属分类:android

    • 发布日期:2017-11-12
    • 文件大小:881
    • 提供者:liuweiwan
  1. CSocketServer

    0下载:
  2. 一个异步通信c/s架构的通信例子,可以收发信息进行聊天-An asynchronous communication c/s architecture communication example, can send and receive information to chat
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:5513893
    • 提供者:kingkamg
  1. coe

    0下载:
  2. C# 异步socket服务端调用IOCP 同步socket客户端通信的实现代码 书上的都是给的同步通信,或是异步通信,我在下面给下异步服务器的和同步客户机的通信代码-C# asynchronous socket server calls the IOCP sync socket are on the realization of client communications code book to synchronous communication, asynchronous comm
  3. 所属分类:Remote Control

    • 发布日期:2017-11-11
    • 文件大小:2135
    • 提供者:
  1. nolinktx

    0下载:
  2. socket 异步通信,是个很不错的文件,欢迎大家参看-This is a programming
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-10
    • 文件大小:49287
    • 提供者:吴穹蔗
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 36 »
搜珍网 www.dssz.com