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

搜索资源列表

  1. 完整串口通信程序Vc++源代码

    1下载:
  2. 完整的异步串行通信的处理程序-integrity of the asynchronous serial communication procedures
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:44748
    • 提供者:三西
  1. 异步串口通信 VC++

    0下载:
  2. 异步串口通信 VC++ 本文参考MSDN及相关网上文章。 ////////////////////////////////////////////// //MyComm.h 多机控制 异步串口通信 //说不定能有用上的。-asynchronous serial communication VC paper and related reference MSDN online article. ////////////////////////////////////////////// / / My
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:2233
    • 提供者:张吗恩
  1. 串口通信Delphi实现

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

  1. 异步通信软件模拟,基于RS-232的串口通信,RS-485的多机通信,I2C总线协议的软件实现,SPI总线在单片机系统中的实现

    0下载:
  2. 2.1异步通信软件模拟2.2基于RS-232的串口通信2.3基于RS-485的多机通信2.4 I2C总线协议的软件实现2.5 SPI总线在单片机系统中的实现
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2011-12-19
    • 文件大小:64242
    • 提供者:minglinet
  1. vc-serial-communication-vc串口通信的各种方式

    1下载:
  2. vc串口通信的各种方式,包括api串口监听,同步,异步方式和activex控件方式-vc serial communication of a variety of ways, including monitoring api serial, synchronous, asynchronous and activex control methods
  3. 所属分类:Windows编程

    • 发布日期:2017-06-19
    • 文件大小:29954048
    • 提供者:stuy_1001191
  1. UART

    5下载:
  2. 本人自己编写的FPGA异步串口通信模块(UART),基于QuartusII环境,verilog语言编写,包含仿真和全部程序及说明,验证通过,具有很好的稳定性和参考价值!-I have written of the FPGA asynchronous serial communication module (UART), based on QuartusII the environment, verilog language, including simulation and all the pr
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:2269242
    • 提供者:Kerwin
  1. 标准的串口通讯设计VHDL

    0下载:
  2. 标准的异步串口通讯设计程序——基于VHDL编程-communication design programme of standard asynchronous serial port base on VHDL programme
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-22
    • 文件大小:10885
    • 提供者:于飞
  1. 6-3

    0下载:
  2. 用于MSP430F149进行异步串口通信,从串口接收数据,分析收到的数据包,然后根据算法进行运算,最后将结果从串口返回。数据包的结构见xieyi.h。-For MSP430F149 asynchronous serial communication, receiving data from the serial port, analyzing the data received packets, and then computing algorithm, and finally to retur
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:4096
    • 提供者:李凯
  1. RS232

    0下载:
  2. RS232串口通信,由89c52单片机控制。异步通信,内含两个程序。-RS232 serial communication, controlled by the 89c52 microcontroller. Asynchronous communication, contains two programs.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:7446
    • 提供者:李冰
  1. com

    0下载:
  2. 这是我在工作中用到的串口编程技术,其中comfile包含的是串口传输文件源码,RStrans包含的是异步串口通信源码,并且提供了测试程序,对于学习和使用串口编程技术很有帮助。-This is my work used in serial programming technology, which is contained in comfile serial transfer files source, RStrans contains asynchronous serial communicat
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:183381
    • 提供者:刘璞
  1. UART_VHDL

    0下载:
  2. 异步串口通信VHDL源代码,通过了验证,最高通信速率可达384-Asynchronous serial communication VHDL source code, through the validation, the maximum communication rate of up to 384
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:12168
    • 提供者:liujl
  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. 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. cnComm

    0下载:
  2. 一个异步串口通信类,该类在接收到串口数据时会调用一个抽象方法OnReceive()-An asynchronous serial communication class, receiving the serial data will be called an abstract method OnReceive ()
  3. 所属分类:Com Port

    • 发布日期:2017-04-02
    • 文件大小:5008
    • 提供者:ty
  1. comAPI

    0下载:
  2. 使用API异步串口通信-文件改进,自己的学习心得-Asynchronous serial communication using the API- File improve their own learning experiences
  3. 所属分类:Com Port

    • 发布日期:2017-05-13
    • 文件大小:3319950
    • 提供者:刘丙才
  1. 149异步串行通信(点对点通信)

    0下载:
  2. msp430f149点对点异步串行串口通信(MSP430F149 point to point serial communication)
  3. 所属分类:其他

  1. VC+++串口通信

    0下载:
  2. 实现串口的同步异步通信,基于vc++,win32控制应用台(Serial synchronous asynchronous communication, based on vc++, Win32 control application platform)
  3. 所属分类:网络编程

    • 发布日期:2017-12-27
    • 文件大小:19525632
    • 提供者:12qwer
  1. 简单模拟串行通信2017-10-10 (1)

    0下载:
  2. 使用单片机任意IO口用软件的方法模拟实现异步串行数据传输的方法,并采用多次采样软件方法来增加软件模拟串口通讯的可靠性,在以上基础上,进一步用具有中断功能的IO口来实现数据的接收,从而增加软件模拟方式的实用性和灵活性;(The use of single-chip arbitrary IO port with the method of software simulation method to realize asynchronous serial data transmission, and
  3. 所属分类:单片机开发

    • 发布日期:2017-12-17
    • 文件大小:65536
    • 提供者:Smile Han
  1. 串行通信

    0下载:
  2. 计算机与单片机之间实现串行通信,10位异步通信,波特率1200,采用定时器1产生,实现计算机串口调试助手与单片机之间的双向通信;(The serial communication between computer and MCU is achieved. Asynchronous communication with 10 bits and baud rate of 1200 are generated by timer 1, which realizes two-way communicati
  3. 所属分类:其他

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com