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

搜索资源列表

  1. comm.zip

    0下载:
  2. Windows串口编程
  3. 所属分类:通讯编程

    • 发布日期:
    • 文件大小:1906
    • 提供者:
  1. wintran.zip

    0下载:
  2. 几个Windows串口通讯的例子
  3. 所属分类:通讯编程

    • 发布日期:
    • 文件大小:371785
    • 提供者:
  1. sscom33串口通讯工具

    1下载:
  2. 这个是串口通讯工具,无论windows编程,还是嵌入式的上位机和下位机通讯,调试时使用它都很方便-This is a serial communications tools, windows programming, or embedded PC and the next crew communications, debug it very convenient to use
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:279701
    • 提供者:沉毅
  1. Win32Com

    0下载:
  2. Windows 串口编程 RS485Co
  3. 所属分类:通讯编程

    • 发布日期:2014-01-16
    • 文件大小:26160
    • 提供者:梁增健
  1. 串口调试助手源代码

    3下载:
  2. 类似与windows自带的串口超级终端程序的源代码,值得学习!
  3. 所属分类:通讯编程

    • 发布日期:2009-02-18
    • 文件大小:48513
    • 提供者:langboy
  1. 基于windows api的RS232串口程序

    0下载:
  2. 采用WINDOWS API函数编写的RS232串口程序。程序详细展示了windows串口通信的实现过程,包括超时设置,DCB设置等,串口工作方式是较为容易实现的同步方式,适合初学者。 程序采用C++程序编写,但稍有类和对象概念的C程序员一样能够轻松看到程序。
  3. 所属分类:通讯编程

  1. windows串口操作源码

    0下载:
  2. windows上简单的串口操作代码 不包含编译环境,可以供初学者参考代码
  3. 所属分类:通讯编程

    • 发布日期:2012-08-07
    • 文件大小:6876
    • 提供者:kernblue
  1. serialport

    0下载:
  2. 串口通讯的MFC类 -MFC class for serial communication
  3. 所属分类:Communication

    • 发布日期:2017-11-30
    • 文件大小:18386
    • 提供者:站长
  1. comm

    0下载:
  2. Windows串口编程 -Windows serial programming
  3. 所属分类:Communication

    • 发布日期:2017-11-27
    • 文件大小:2219
    • 提供者:站长
  1. Serial_(RS-232C)_Connector_1

    0下载:
  2. 用于串口通讯的windows 函数库,可以控制多个串口和监控每个串口的工作状态。-For serial communications library windows, you can control multiple serial and monitoring the work of the state of each serial port.
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:196823
    • 提供者:bbs
  1. 780468Sim-Serial

    0下载:
  2. Windows下虚拟串口的源代码-Windows Virtual Serial source code -Virtual Serial Port under Windows source code-Windows Virtual Serial source code
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:186924
    • 提供者:哈哈哈
  1. SIM300_uart

    0下载:
  2. Windows下SIM300 GPRS通信模块的串口工具-Windows under SIM300 GPRS communication module serial tool
  3. 所属分类:Communication

    • 发布日期:2017-05-24
    • 文件大小:3490008
    • 提供者:刘俊包
  1. comm

    0下载:
  2. 用跨平台的QT库编写的串口通讯工具。QT库相当于MFC,但简洁,高效而且有很好的跨平台特性,用其编写的代码不用修改可以在linux/windows平台下编译。-With cross-platform QT library written in serial communication tool. QT library is equivalent to MFC, but the simple, efficient and have a good cross-platform features, w
  3. 所属分类:Communication

    • 发布日期:2017-05-14
    • 文件大小:3630618
    • 提供者:心雪
  1. Windows-API

    0下载:
  2. 此程序利用windows API进行串口编程的演示。-This program uses the windows API for serial programming of the demonstration.
  3. 所属分类:Communication

    • 发布日期:2017-05-23
    • 文件大小:8104855
    • 提供者:刘成
  1. Serial-assistant-source

    0下载:
  2. 串口助手源程序,用来测试串口是否正确连接。windows下运行的界面程序。-Serial assistant source, used to test the serial port is connected properly. interface program running under windows.
  3. 所属分类:Communication

    • 发布日期:2017-05-18
    • 文件大小:5445572
    • 提供者:kmno400
  1. comtocom

    1下载:
  2. matlab下的串口调试助手工具,类似于windows下的串口调试助手-serial debugging assistant tool using matlab GUI
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:13312
    • 提供者:iceknight
  1. mySerialport(windows)

    0下载:
  2. 通过windows串口编程,实现数据的传输-Through the windows serial programming, data transmission
  3. 所属分类:Communication

    • 发布日期:2017-05-27
    • 文件大小:9861951
    • 提供者:Leo
  1. VB RS232串口调试工具

    0下载:
  2. 这是一个模仿Windows系统带的超级终端风格的RS232串口调试工具。非常容易读取和写入端口,发送支持ASCII字符模式,可以打开二进制文件以16进制格式显示发送。支持工作内容保存,下次加载。 里面的那个动画窗体加载出现蛮有意思,大家可以学习下。尤其对调试AT指令之类的比较方便。(This is a copy of the Windows system with the super terminal style RS232 serial debugging tools. Very
  3. 所属分类:通讯编程

    • 发布日期:2017-12-17
    • 文件大小:61440
    • 提供者:msnm1206
  1. 串口通信API

    0下载:
  2. 在windows api编程下实现串口通信的发送与接收(The realization of serial communication sending and receiving)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-30
    • 文件大小:3072
    • 提供者:老生
  1. Windows API串口编程参考

    1下载:
  2. Windows API串口编程参考,串口通信相关的32位的Windows API函数进行介绍(Windows API serial port programming reference)
  3. 所属分类:通讯编程

    • 发布日期:2018-05-01
    • 文件大小:24576
    • 提供者:xmusertang
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com