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

搜索资源列表

  1. serialcom

    0下载:
  2. 一个介绍串口编程的好实例。体现了C++的封装、派生和继承特性。同时也学了解通过虚函数实现动态多态性。-A good example on serial programming. Reflects the C++ package derived and inherited characteristics. Also learn to understand the dynamic polymorphism through virtual functions.
  3. 所属分类:Communication

    • 发布日期:2017-11-22
    • 文件大小:3721
    • 提供者:赵磊
  1. SerialPort

    0下载:
  2. Windows环境下的串口虚拟设备驱动程序-The serial virtual device driver in the Windows environment
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-18
    • 文件大小:76557
    • 提供者:吕小明
  1. mychuankou

    0下载:
  2. 这是一个在虚拟8086模式下的串口程序,自己写的,有一定的作用。-This is in virtual 8086 mode serial program, write their own role.
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:89267
    • 提供者:LI
  1. SmsTest

    0下载:
  2. 本程序是一个通过串口收发端消息的范例。仅供学习和研究之用。 多数手机和所有GSM模块本身具备MODEM功能,可以直接使用扩展的AT命令进行控制。 "对于不具备此功能的手机(如Nokia5110等),需安装专门的驱动,虚拟出MODEM及串口,才能进行类似操作。 主窗口上部为接收的短消息列表。读出短消息后会自动从手机中删除。主窗口下部是发送输入界面。-This program is an example of a message through the serial port tra
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-11
    • 文件大小:114267
    • 提供者:谭美宁
  1. Tray1

    0下载:
  2. 通过Win32类,调用系统函数获取CPU各种参数(包括:cpu主频、c盘序列号、硬盘序列号、cpu序列号等)和内存各种参数(包括:物理内存、交换文件、虚拟内存等),界面非常简洁好看-CPU access to a variety of parameters (including: cpu frequency, c disk serial number, hard drive serial number, cpu serial number, etc.) through the Win32 cla
  3. 所属分类:.net

    • 发布日期:2017-11-24
    • 文件大小:1982784
    • 提供者:周周
  1. netvmini

    0下载:
  2. 虚拟网卡的资料,很多做做串口和以太网的相互转化,带有测试demo,基于DDK76-Virtual card information, many doing the serial and Ethernet into each other, with a test demo, based DDK7600
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-07
    • 文件大小:456339
    • 提供者:马小华
  1. vb1

    1下载:
  2. 基于串口的虚拟示波器,包含vb源程序和安装程序,方便我们单片机的调试-Serial-based virtual oscilloscope, including vb source code and installation procedures to facilitate our single-chip debugging
  3. 所属分类:Communication

    • 发布日期:2017-05-12
    • 文件大小:3020613
    • 提供者:lantian
  1. serial_scopev4_1

    0下载:
  2. 基于QT4 QGrapicView的串口虚拟示波器,功能和界面模仿Serial_Digital_Scope V2,窗口大小可变,可显示波形已实现鼠标拖动和滚轮缩放。-Based on QT4 QGrapicView serial virtual oscilloscope, function and interface mimics Serial_Digital_Scope V2, variable size window that displays the waveform has been a
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:1231512
    • 提供者:lantian
  1. SerialPort_fixedVirtualcomport

    0下载:
  2. 通用的串口类,但通用串口类有虚拟串口只能读一次的问题。此版本解决此问题-Universal serial class, but the class has a virtual universal serial port can only be read once the problem. This release resolves this issue
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-24
    • 文件大小:105188
    • 提供者:wziy520
  1. yenken

    0下载:
  2. 虚拟力的无线传感网络覆盖,利用matlab GUI实现的串口编程例子,基于K均值的PSO聚类算法。- Virtual power wireless sensor network coverage, Use serial programming examples matlab GUI implementation, K-means clustering algorithm based on the PSO.
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:7085
    • 提供者:申发峰
  1. nrCommLib.Pro.v.9.44.D4-XE10.1.Stp.Crk

    1下载:
  2. 这是带源码安装版,有源码,有注册号,完美支持 Delphi 10.2 Tokyo,nrComm Lib 是在由Deepsoftware开发类别 Miscellaneous Shareware 软件。(nrComm Lib provides some tools for performing the serial communications tasks in Delphi/CBuilder development. It has ready solutions for many co
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:21935104
    • 提供者:kongkongkong
  1. 示波器生成类附源码实例

    1下载:
  2. 虚拟仪器比传统仪器功能更强、可扩展性更好、性价比也更高,是未来测量测试行业的发展方向。完成了一种对马达故障波形进行显示分析的虚拟示波器软件设计,为马达故障分析提供了定量的分析工具。软件采用面向对象的软件设计思想来编写,按照功能划分为5个模块:虚拟示波器界面设计、异步串口通信、Modbus协议软件包、波形傅里叶分析、波形存储访问五大模块,使用VC++基于对话框的应用程序框架完成了这5个模块的详细设计和实现;通过测试,该虚拟示波器操作简单、测量准确,能满足使用要求(Compared with tra
  3. 所属分类:其他小程序

    • 发布日期:2017-12-27
    • 文件大小:19456
    • 提供者:qwepoi45628
  1. HW VSP Setup 2.5.10

    0下载:
  2. Driver puerto serial virtual
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:1241088
    • 提供者:Simo
  1. VB编写的仿真实电子琴操作界面

    0下载:
  2. VB编写的仿真实电子琴操作界面,包含与FPGA串口通信的功能(The virtual electronic instrument interface written by VB contains the functions of serial communication with FPGA)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:4096
    • 提供者:彦子盗
« 1 2 ... 4 5 6 7 8 9»
搜珍网 www.dssz.com