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

搜索资源列表

  1. mscomm

    0下载:
  2. Visual Basic是一个Windows系统下流行的应用程序开发平台。其方便的界面设计使程序员能节省大量时间,并把最大的精力集中在应用程序核心代码的编写上。VB4目前已成为Win95系统下一种最高效灵活的主流开发工具之一,而调用API应用程序接口则正是对VB4功能的强有力扩充,它使得VB4能够直接控制和处理PC硬件资源,而不必依赖于MS-DOS系统服务。可以说,正是借助于API使得VB即能隐藏大部分Windows编程的难点,同时又提供了使用Windows环境的灵活性。 -Visual B
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:99254
    • 提供者:sadf
  1. voltage_monitor

    0下载:
  2. 适用于接口课程设计, 基于8255,8259,8253/8254 VC++开发底层,delphi7开发界面 附带课程设计报告。-courses applicable to the interface design, based on 8255,8259, Count VC bottom delphi7 fringe curriculum development interface design report.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:821570
    • 提供者:
  1. 用VB6实现仪器串口通信及检测功能

    0下载:
  2. 随着Windows98的推出,越来越多的微机用户已习惯于Windows操作系统。不过Windows应用软件的开发对于一般工程技术领域的技术人员来说并非易事,然而使用微软的VisualBasic6.0(简称VB6)来开发这些方面的Windows应用软件就十分方便,编程工作量相对较小,只需进行主要应用功能的编程和少量界面控制的编程。本文介绍利用VB6串行通信编程的方法对采用了RS-232接口的仪器,进行串行通信的计算机测控软件开发和实现仪器功能和指标的验收。-With the launch of W
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:2847
    • 提供者:徐徐
  1. 利用Visual C++实现PC机与GSM短信模块串口通信

    0下载:
  2. 在PC机上编写VC++程序界面,与短信模块实现串口通信,方便你开发-In the pc do you write vc plus plus the application interfaces, and a short letter to the serial communication modules. you develop
  3. 所属分类:串口编程

    • 发布日期:2017-03-22
    • 文件大小:334621
    • 提供者:王卫忠
  1. usb_monitor

    0下载:
  2. USB开发不可缺少的界面管理工具之一,可用,效果很好,已验证-USB development interface management indispensable one of the tools available, good results have been verified
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:896058
    • 提供者:hewwit
  1. SerialPortTester

    1下载:
  2. 自己写的串口助手, 串口部分使用Win32 SDK开发, 界面部分使用MFC, 支持收发ASCII, 十六进制数据, 文件。-Write your own serial assistant, using the Win32 SDK serial part of the development, the interface part of the use of MFC, support for sending and receiving ASCII, hex data, files.
  3. 所属分类:Com Port

    • 发布日期:2014-12-05
    • 文件大小:85765
    • 提供者:张鲁夺
  1. rfidchuankoutongxi

    0下载:
  2. 几个用VC++编写的RFID串口通信的程序,在RFID界面开发中很有帮助,不同类型可供选择-Several written with VC++ RFID serial communication procedures, useful in the development of RFID interface, different types to choose from
  3. 所属分类:Com Port

    • 发布日期:2017-05-04
    • 文件大小:1233379
    • 提供者:马晅
  1. VisualCofmrtech

    0下载:
  2. 在本书中,我们抛弃了Windows下串口通信中经常使用,但又被不恰当使用的MSCOMM控件,而是从基本的Windows API函数讲起,然后介绍它的类封装。在图形界面开发的部分,我们不仅介绍主流的MFC技术,而且对目前非常流行的Qt库中如何使用串口通信进行了详细说明。-VisualC++
  3. 所属分类:Com Port

    • 发布日期:2017-04-02
    • 文件大小:241289
    • 提供者:solon
  1. chuankoutongxin

    0下载:
  2. 一个基于串口的通信程序,友好的操作界面,有源码,适合VB学习和单片机开发。-A serial communication program based, friendly interface, with source code for VB learning and development of SCM.
  3. 所属分类:Com Port

    • 发布日期:2017-04-13
    • 文件大小:3264
    • 提供者:jintao
  1. chuankou(VB)

    1下载:
  2. 这是我用VB写的一个串口调试助手软件,界面仿当前流行的串口调试软件。对于学习上位机开发的初学者来说,是很好的参考资料-This is what I use VB to write a serial debugging assistant software, imitation of the popular serial interface debugging software. For beginners to learn the development of the host computer
  3. 所属分类:串口编程

    • 发布日期:2014-01-21
    • 文件大小:23191
    • 提供者:李宁
  1. ComSet

    0下载:
  2. 串口功能模块,提供2个工程: 1、串口模块DLL库工程。使用串口底层驱动代码进行编写,生成dll文件。 2、串口模块DLL库测试工程。对生成的dll文件进行集成测试,并提供简单界面测试功能。 代码用途: 1、软件专业测试人员快速使用本dll进行界面串口通信功能开发; 2、可使用dll生成工程中的源代码进行修改,适合各类无界面底层调用; 3、有需要进行软件权限控制的场合,自制dll生成和测试工程的模板; 4、软件初学者进行代码规范和测试的学习模板。-Serial
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:99659
    • 提供者:吴鹏
  1. modbus-ASP

    0下载:
  2. MODBUS 串口通信演示界面。采购串口控件开发。-MODBUS serial communication interface presentation. Procurement serial control development.
  3. 所属分类:Com Port

    • 发布日期:2017-05-13
    • 文件大小:3451384
    • 提供者:利定任
  1. serial--port--communicate

    0下载:
  2. 用VB开发的一款串口通信程序,和我们平时登录界面相类似,功能相对齐全!-VB and development of a paragraph of programs and serial communication login screen we usually are similar, function relatively complete!
  3. 所属分类:Com Port

    • 发布日期:2017-04-02
    • 文件大小:5019
    • 提供者:屈珠
  1. comm

    0下载:
  2. 一个功能较强且界面漂亮的串口监视软件,非常实用,可以用于串口调试或者工业开发-A more powerful and beautiful interface for serial monitoring software
  3. 所属分类:Com Port

    • 发布日期:2017-06-02
    • 文件大小:15246112
    • 提供者:sdg
  1. cktsrj

    0下载:
  2. 这是绝对是我自己用VB和MSCOMM控件开发的串口调试软件,能实现串口调试助手的所有功能,界面简洁-This is absolutely my own use VB and the development of serial debugging MSCOMM control software, to achieve all the features of serial debugging assistant, simple interface, can be used with, after 1
  3. 所属分类:Com Port

    • 发布日期:2017-04-02
    • 文件大小:29458
    • 提供者:张正超
  1. shangweiji

    1下载:
  2. 利用vb开发的串口通信上位机界面 ,能用来控制数据采集及显示实时采集的数据及通道号-Development of serial communication using vb PC interface can be used to control data acquisition and display real-time collection of data and channel number
  3. 所属分类:Com Port

    • 发布日期:2015-11-02
    • 文件大小:13312
    • 提供者:陈英文
  1. LabVIEW-and-PLC

    0下载:
  2. 为了实现对船舶电站的实 时监控,对PLC编写程序,并在LabVIEW作为监控界面的情况,PLC与工控 机之间采用OPC技术实现通讯,GPC与工控机之间采用Modbus串口协议实现 通讯。最后在实现通讯的的基础上,对本系统进行了试验调试,并开发监控界 面。-In order to achieve real-time monitoring of ship power plant, the PLC programming and control interface as in the
  3. 所属分类:Com Port

    • 发布日期:2017-05-18
    • 文件大小:5224418
    • 提供者:zhuyuanyuan
  1. owl200test

    0下载:
  2. VC MFG 开发用户界面,常用控件实现串口操作读写-VC MFG development of user interface, common controls serial operation to read and write
  3. 所属分类:Com Port

    • 发布日期:2017-05-17
    • 文件大小:5059373
    • 提供者:莫富广
  1. Serial-communication

    0下载:
  2. 程序能够实现串口通信,同时开发了人机交互的界面-Program to realize the serial communication, developed a human-computer interaction interface
  3. 所属分类:Com Port

    • 发布日期:2017-11-19
    • 文件大小:51446
    • 提供者:Li
  1. CSerialports

    0下载:
  2. 基于短信猫的针对GSM模块短消息的二次开发,使用了MFC的多文档,涉及串口编程。通过串口连接上短信猫设备,可从该程序界面上输入短信息,向指定电话号码发送短消息-Based on SMS cat in view of the secondary development of GSM short message module, using the MFC document, involving a serial port programming. Via a serial port connecti
  3. 所属分类:Com Port

    • 发布日期:2015-06-26
    • 文件大小:67584
    • 提供者:杨颜
« 12 »
搜珍网 www.dssz.com