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

搜索资源列表

  1. 通信演示程序(类似TTY)

    0下载:
  2. 例子程序名为Terminal,是一个简单的TTY终端仿真程序。读者可以用该程序打开一个串行口,该程序会把用户的键盘输入发送给串行口,并把从串口接收到的字符显示在视图中。-example program called Terminal, is a simple TTY terminal emulation. Readers can use this program to open a serial port, the program will be user keyboard input sent
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:24.54kb
    • 提供者:严沁
  1. API的串口通讯程序

    0下载:
  2. API的串口通讯程序,可设置为数据发送或者字符发送,可设置自动发送;接收可以为数据也可以为字符方式,有实时的错误报告。-API serial communication procedures, data can be set to send or characters sent, can be set to automatically send; to receive data can also character, a real-time error reporting.
  3. 所属分类:通讯编程

    • 发布日期:2010-06-30
    • 文件大小:28.39kb
    • 提供者:李权
  1. EmulatorCOM

    0下载:
  2. 本程序采用异步方式,除了可作为一般串口调试程序(232方式,或485、422主)来使用,也可以作为485、422设备(从模式)进行调试,当选中(是否比较)复选框后,收到上位机请求时,如果和比较区的内容一致,则自动回复发送区的内容,未选择比较框将按照设定的发送周期定时回复。 参数设定: 发送周期:单位毫秒。用于设定两次自动发送的时间间隔。 延迟接收时间:单位毫秒。推荐仅用于485方式,因为485为半双工模式,所以不能同时进行收发,此时间间隔在自动发送时必需小于上面设定的发送
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:39.1kb
    • 提供者:韩冰
  1. comm

    0下载:
  2. 自己做的串口接收发送程序,可以借鉴程序参考,
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:38.64kb
    • 提供者:sunxh
  1. VBdh485

    1下载:
  2. 在windows下的VB开发的485串口测试程序,用来测试串口,发送和接收数据。
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:10.52kb
    • 提供者:yangbl
  1. hub4com-1.1.0.0

    0下载:
  2. 从一个串口接收到的数据广播到其他串口,用于串口调试、协议分析、多个程序共享GPS端口等场合。It allows to send data received from one COM port to a number of COM ports and vice versa. In conjunction with the com0com driver the hub4com makes it possible to handle data from a single serial devi
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:23.66kb
    • 提供者:奥也夫
  1. 1

    0下载:
  2. 基于labview的串口接收发送程序,使用查询方式
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:1.43kb
    • 提供者:shaowenjunswj
  1. CommPort

    0下载:
  2. 一个串口调试程序,支持发送和接收,用VS2005编译的,很不错
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:3.78mb
    • 提供者:宋顶
  1. mcom4

    0下载:
  2. 串口编写程序 VC6请使用 LsCommDemo(for vc6).zip VC7请使用 LsCommDemo(for vc7).zip 作者:Liu_sir VC知识库 http://www.VCKBASE.com 多线程,多接收模式串口类LsComm相关文档 多线程,多接收模式串口类LsComm 作者:Liu_sir 所以参照Delphi中的SpComm设计了一个类CComPort,对CSerialPort进行了2次封装,主
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:80.5kb
    • 提供者:liaotao
  1. 串口温度数据采集并实时显示

    1下载:
  2. 串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据分成一个一个的,然后这一
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:244.02kb
    • 提供者:周波
  1. chuankouTerm.rar

    0下载:
  2. 此代码为VC++串口接收程序源码,可以把串口数据保存为TXT文件。,This code for VC++ serial port to receive the procedure source code, serial data can be saved as a TXT file.
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:1.87mb
    • 提供者:jiafulu
  1. vc_serialport_communication

    0下载:
  2. MSComm 控件在基于单文档中的应用 Win32 API 串口控制 MFC 打包类 Win32串口编程 多线程,多接收模式串口类LsComm 通过串口收发短消息 一个串口通讯数据库存取例子程序-vc serial port communication by much ways
  3. 所属分类:Communication

    • 发布日期:2017-05-19
    • 文件大小:5.11mb
    • 提供者:liuyuefeng
  1. SerialPortByVB

    1下载:
  2. 串口调试VB源代码.可以实现串口接收,串口参数设置,并能保存相关信息,特别适合于对串口通讯有兴趣的程序员.-Serial debug VB source code. Can be achieved to receive serial port, serial parameter setting, and to preserve relevant information, especially suitable for serial communication to interested prog
  3. 所属分类:通讯编程

    • 发布日期:2013-10-10
    • 文件大小:23.5kb
    • 提供者:liwei
  1. HZ_COMM

    0下载:
  2. 汉显模块+kb3130秤重仪表测试程序,即可以实现汉显模块的汉字发送接收通讯,易可对toledo的kb3130型号仪表的通讯。需要commint串口控件支持-Han significantly kb3130 weighing instrument module test procedures, which can achieve significant module Han Chinese sent to receive communications, easily could toledo
  3. 所属分类:Communication

    • 发布日期:2017-03-26
    • 文件大小:204.18kb
    • 提供者:mickey
  1. comwr

    0下载:
  2. 串口传输相关程序。。。用来传输俩台机子之间进行文件发送与接收-Serial transfer procedures. . . Taiwan were used to transfer files between the machine to send and receive. .
  3. 所属分类:Communication

    • 发布日期:2017-05-21
    • 文件大小:6.16mb
    • 提供者:陈灿
  1. commLog

    0下载:
  2. 用Csharp实现的异步串口接收程序,可自动检测串口数,并且同时监控和记录所有串口的串口数据。-async serial port receiving program using csharp, can detect serial port in the machine automatically and monitor multi-serial port in the same time.
  3. 所属分类:Communication

    • 发布日期:2017-03-21
    • 文件大小:13.8kb
    • 提供者:李明
  1. GpsRecv

    0下载:
  2. 通过调用Win32通信API函数,可以使程序打开一个串口,并对这个串口进行基本配置。GPS数据采集程序主要实现了配置串口,创建串口数据接收线程,使用重叠操作方式读取串口数据及如何处理接收到的数据的基本方法。-Communication by calling the Win32 API function, you can make the program opens a serial port, serial port and the basic configuration. GPS data a
  3. 所属分类:Communication

    • 发布日期:2017-05-15
    • 文件大小:3.46mb
    • 提供者:chenjin
  1. LED-MAKE

    0下载:
  2. vc写的串口通信程序,并把接收的信息写入文件,已测试通过-vc writing serial communication program, and to receive information written to the file, have been tested
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:460.53kb
    • 提供者:daizhiqiang
  1. 完整串口通信程序(发送和接受)源代码

    0下载:
  2. 完整串口通信程序Vc++源代码,实现通过串口发送和接收数据的功能(Complete serial communication program Vc++ source code, to realize the function of sending and receiving data through the serial port)
  3. 所属分类:通讯编程

    • 发布日期:2018-04-22
    • 文件大小:39kb
    • 提供者:二胖臭臭
  1. VC++写的串口API收发程序(超时方式接收,VC6.0开发环境)

    1下载:
  2. VC++写的串口API收发程序(超时方式接收,VC6.0开发环境)
  3. 所属分类:通讯编程

« 12 3 4 5 »
搜珍网 www.dssz.com