CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 搜索资源 - 串口 两

搜索资源列表

  1. 串口实现双机互联

    1下载:
  2. 用vc编的,实现两台计算机之间通过串口进行通信。- Arranges with vc, realizes between two computers to carry on the correspondence through the string mouth.
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:59322
    • 提供者:陈三公子
  1. 串口通讯经典程序

    0下载:
  2. 这是我自己写的关于串口通讯的小程序,适于两台PC机之间通过(交叉串口线)串口通讯.可以(自动或手动)发送数据、接收数据、保存数据。是调试串口和初步学习串口编程的好例子。其中还用到了典型的串口类,对于从事串口编程者有一定的借鉴作用。 -that I write on small serial communication procedures, suitable for two between the PC (cross-Serial Line) serial communications. M
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:83293
    • 提供者:鸡蛋
  1. 两台机器间的串口通讯

    0下载:
  2. 串口通讯使用说明 在两台机器运行serealcom.exe, 但必须保证用串口线连接, 选择串口时如出现error, 表明此串口正被其它设备使用。-serial communications for use of the two machines running serealcom.exe, but must ensure that the use serial link, choose when and if there Serial error, the express
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:50176
    • 提供者:刘韬
  1. 0904 与WinSock结合的串口通信实例

    1下载:
  2. 与WinSock结合的串口通信实例,分为服务器端何客户端两个程序,程序名分别为SClient,SServer -WinSock combined with the serial communication examples, divided into server-client 2 DR procedures, procedures were respectively SClient, SServer
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:2014671
    • 提供者:严沁
  1. 0906 串口通信用于遥控操作简例

    0下载:
  2. 串口通信用于遥控操作的实例,其中包括DisplayCon和RemoteCon两个工程文件-serial communications for remote operation example, DisplayCon including two works and documents RemoteCon
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:1647673
    • 提供者:严沁
  1. 串口调试双机互联

    0下载:
  2. 实现两台机器之间的串口通信!可以对串口进行调试!-achieved between the two machines serial communications! Can serial debugging!
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:126741
    • 提供者:雷冰
  1. 一个串口包装类及演示程序

    0下载:
  2. 从串口读取数据,有两种方法, 1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。 2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的-read data from the serial port, there are two methods, one
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:49061
    • 提供者:张权
  1. VC下Mscomm控件的串口通信程序

    2下载:
  2. 可用于两台计算机之间的串口通讯测试,一台电脑上有两个串口也可以。还可以添加虚拟串口进行通信
  3. 所属分类:串口编程

    • 发布日期:2009-04-10
    • 文件大小:38075
    • 提供者:haiwei719
  1. 串口通信Delphi实现

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

  1. 通讯模拟[VB6]

    0下载:
  2. 为调试由外部设备控制而响应的应用程序,利用本机的两个RS232通讯串口,设置为一个接收一个发送,发送口模拟外部设备传来的讯号和接收口查看由应用程序发出的讯号。以验看程序的响应情况,以便调试程序。 现在的计算机很多已没有RS232通讯串口了,可以使用USB转换串口配件来把USB口模拟成RS232通讯串口。
  3. 所属分类:串口编程

    • 发布日期:2010-10-10
    • 文件大小:11128
    • 提供者:ilsp_21cn
  1. COMM.rar

    0下载:
  2. 这是用C8051F020单片机实现双串口通信功能的源代码。两个串口可以同时独立收发数据,互不干扰。,This is a C8051F020 MCU with dual serial communication function of the source code. Two serial ports can send and receive data at the same time an independent, non-interfering.
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:7692
    • 提供者:刘兵
  1. GPS.rar

    1下载:
  2. Stm32 通过串口访问GPS模块然后将数据加工后传给电脑或者上位机,用来计算两个GPS模块之间的距离。 ,Stm32 module through the serial port and then visit the GPS data to a computer after processing or PC, used to calculate both the distance between the GPS module.
  3. 所属分类:GPS develop

    • 发布日期:2015-08-10
    • 文件大小:1118400
    • 提供者:liliang
  1. serial.rar

    0下载:
  2. 利用CSerialPort类,设计了基于对话框的多线程通信程序,可完成两台计算机之间的串口通信,CSerialPort use category, the design of dialog based on the multi-threaded communication procedures between the two computers to be completed by the serial communication
  3. 所属分类:Com Port

    • 发布日期:2017-05-07
    • 文件大小:1917698
    • 提供者:章伟
  1. API

    0下载:
  2. APi实现串口通信助手的功能,实现两个串口之间的字符传出和文件传输以及保存等功能-Serial communications assistant functions, the realization of the characters between the two serial reports and file transfer functions and the preservation of
  3. 所属分类:Com Port

    • 发布日期:2017-05-08
    • 文件大小:1555685
    • 提供者:齐峰
  1. 串口操作:一个收两个发

    2下载:
  2. 实现多个串口收发,并控制哪个串口收发的stm32程序(several usarts transport and receive)
  3. 所属分类:串口编程

    • 发布日期:2017-12-10
    • 文件大小:2792954
    • 提供者:的算法
  1. VB、VC串口通讯

    1下载:
  2. VB、VC串口通讯程序实例,可以用于两台电脑之间,通过串口线收发数据,完成采集及通讯功能(VB, VC serial communication program examples)
  3. 所属分类:串口编程

  1. 串口2.0

    0下载:
  2. 两台电脑进行文件数据传输与接收,一台在传输口里输入数据,点击发送后,另一台可以接收到(Data transmission and reception between two computers)
  3. 所属分类:串口编程

    • 发布日期:2018-01-01
    • 文件大小:200704
    • 提供者:一起学
  1. 虚拟串口

    0下载:
  2. 模拟虚拟串口的通信,根据自己程序的功能,模拟两个虚拟串口的通信。(Analog virtual serial communication)
  3. 所属分类:串口编程

    • 发布日期:2018-01-06
    • 文件大小:13688832
    • 提供者:丑小鸭1213
  1. Visual C++实践与提高 —— 串口通信与工程应用篇

    1下载:
  2. 本书系统地介绍了使用Visual c++开发串口应用程序的方法。全书以串口应用为主线,由浅入深,详细讲解了使用MSComm控件和使用WinAPI方式开发串口应用程序的方法。对这两种方法的应用,分别就不同的应用要求做了详细剖析。在此基础上,又介绍了计算机和各种设备之间进行串口通信的编程方法,主要包括计算机与单片机、PLC、 Modem、射频卡以及两台计算机之间的通信编程方法。(Realizing the transmission of serial port information)
  3. 所属分类:串口编程

    • 发布日期:2018-04-18
    • 文件大小:1373184
    • 提供者:油麦菜624
  1. 定时器模拟串口src

    1下载:
  2. 实现使用单片机的定时器扩展两个串口,加上原串口共3个串口。程序为一个工程用到的所有源代码,实测好用。(expand STM8 MCU's UART PORT by using the internal timer resouces, for the demand of multiple-uart and low cost solution.)
  3. 所属分类:通讯编程

    • 发布日期:2019-12-24
    • 文件大小:223232
    • 提供者:煎饼鸡
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com