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

搜索资源列表

  1. SCOMMV23

    0下载:
  2. VC++实现串口通讯的完整编程,并且实现各种数据的转换功能和设置-VC++ complete serial communication programming, and various data conversion functions and settings
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:1504962
    • 提供者:better
  1. RS232COMM

    0下载:
  2. 本代码是一个采用VC进行串口通信编程的入门程序,用的的VC自带的mscomm控件。-This code is using the VC serial communication programming entry procedures, the VC comes mscomm control.
  3. 所属分类:Communication

    • 发布日期:2017-11-20
    • 文件大小:2364261
    • 提供者:Chopin
  1. chuankouDlg

    0下载:
  2. 建立支持串口控件的对话框应用程序。MFC编程,可在VC环境下直接运行!-Create a dialog box application support for serial control. MFC programming, can be run directly in the VC environment!
  3. 所属分类:GUI Develop

    • 发布日期:2017-12-01
    • 文件大小:38370
    • 提供者:曹源
  1. lsCommDemo

    0下载:
  2. VC多线程编程实例,多接收模式串口类,接收模式有四种:手动查询串口方式、手动定长查询方式、自动信号查询方式、自动中断查询方式-failed to translate
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-09
    • 文件大小:113992
    • 提供者:李周涛
  1. mycom

    0下载:
  2. 在VC++上实现通信串口的MFC界面编程,可以实现单片机之间以及计算机之间的数据接收与发送功能。-Implemented in VC++ MFC programming interface serial communication can be achieved between the microcontroller and the computer receiving and sending data between functions.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-13
    • 文件大小:2350209
    • 提供者:李秀玉
  1. chuankou

    0下载:
  2. 在VC环境下利用MFC编程的一个串口通信程序,通过串口发送数据并在界面中显示曲线-In VC MFC programming environment using a serial communication program, and send data through the serial interface display curve
  3. 所属分类:CSharp

    • 发布日期:2017-11-29
    • 文件大小:1937100
    • 提供者:wenkui
  1. TTYSendApi

    0下载:
  2. 是在VC++环境下实现串口通信编程的实现发送消息功能。-In VC++ programming environment to achieve the realization of serial communication function of sending messages.
  3. 所属分类:Communication

    • 发布日期:2017-11-24
    • 文件大小:4640981
    • 提供者:张晓宇
  1. lsCommDemo

    0下载:
  2. VC多线程编程实例,多接收模式串口类,接收模式有四种:手动查询串口方式(ManualQueryRecv)、手动定长查询方式(ManualConstRecv)、自动信号查询方式(AutoRecvBySignal)、自动中断查询方式(AutoRecvByBreak)。-VC multithreaded programming examples, multi-category serial receive mode, there are four reception modes: manual che
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:106248
    • 提供者:曾峥
  1. fx

    0下载:
  2. 如果CP1H没有密码保护,可以使用HOSTLINK C模式或FINS模式通讯协议用VB或VC编程轻易读出程序代码。大家都知道欧姆龙的CJ1M、CP1H可以设定UM读保护和任务读保护,在上载PLC程序时,需经过编译,PLC中的机器代码转变成梯形图。当CP1H设置了密码后,就禁止了读程序代码,通过修改CP1H时序设置值,修改时序来导致PLC的看门狗出错,这时CP1H减弱了对密码保护的限制,这时就可以载 PLC中的机器代码,先不经过反编译直接打包上传到电脑中。通过分析电脑中的PLC机器代码,找出先前通
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-03-02
    • 文件大小:61440
    • 提供者:xiaozhux
  1. Visual-cPP-MFC-SERIAL-PORT

    0下载:
  2. VC++之MFC串口,包含串口调试助手源程序 及编程详细过程 -MFC serial port
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:11984
    • 提供者:anying
  1. SCommTestH

    0下载:
  2. 实用的串口通讯,VC语言,使用虚拟串口。Windows编程-Practical serial communication, VC language, the use of virtual serial port. Windows Programming
  3. 所属分类:Com Port

    • 发布日期:2017-05-16
    • 文件大小:4226073
    • 提供者:leafcf
  1. Serial-communication

    0下载:
  2. 用VC++对计算机的串口进行编程,并作一个简单的串口查询通讯程序。用一条九针的DB-9串口通讯线将计算机的com1口和com2口相连,com1作为接受口,com2作为发送口。-With VC++ programming serial port of the computer, and for a simple query of the serial communication program. With a nine-pin DB-9 serial cable to the computer s
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:1069
    • 提供者:luanzhicheng
  1. CommTest(1)

    0下载:
  2. 基于vc++ mfc的串口调试助手的详细代码和编程结果-Based vc++ mfc serial debugging and programming assistant detailed code results
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:959796
    • 提供者:Henry
  1. MSCommPro

    0下载:
  2. 利用MSComm控件进行串口通信,VC++经典编程学习源码,很好的参考资料。-Serial communication by using MSComm control, VC++ classic learning programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:15974
    • 提供者:南煎丸子
  1. tem_con

    0下载:
  2. 串口控件的加载(VC++6.0编程环境)-Load (VC++6.0 programming environment) serial control
  3. 所属分类:Button control

    • 发布日期:2017-04-10
    • 文件大小:1893684
    • 提供者:zhujing
  1. 11111111111commm

    0下载:
  2. VC++编程实现串口通讯接收数据、显示数据-VC++ programming serial communication receive data, display data
  3. 所属分类:Communication

    • 发布日期:2017-05-08
    • 文件大小:1933218
    • 提供者:张月
  1. CDP

    1下载:
  2. 本资源是在VC环境中开发的基于图形编程的可编程控制器,即软PLC软,具有梯形图,助记符和功能块的实现,编程过程有VC的串口通讯,画图,编译,工具栏,菜单,文件的保存于打开能多种功能。-This resource is developed in VC environment based graphical programming programmable controllers, namely soft PLC soft, with a ladder, mnemonic and realize t
  3. 所属分类:Other systems

    • 发布日期:2017-06-19
    • 文件大小:28926183
    • 提供者:shang
  1. Serialcom

    0下载:
  2. 本代码是一个基于vc++ 的一个串口通讯实例 代码易懂 易掌握 摘自与VISUAL C++ 编程技巧典型案例解析-The code is based on a serial communications vc++ code examples taken easy to understand and easy to grasp and VISUAL C++ programming skills typical case analysis
  3. 所属分类:Com Port

    • 发布日期:2017-04-25
    • 文件大小:178368
    • 提供者:李白杨
  1. BlueCom-v1.2

    0下载:
  2. VC++蓝牙串口的实现,可以蓝牙通信,在实现蓝牙通信功能上有详细介绍,对于界面和驱动编程很有帮助-It can the realization of vc++ bluetooth serial port, bluetooth communication
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-11
    • 文件大小:2087088
    • 提供者:xiatao
  1. ForPLC

    0下载:
  2. 改程序应用在汽车油阀测试系统中,该VC程序才有VC6.0环境,内容包括数据库编程,串口通讯编程,图形界面编程等。-Change program applications in the automotive oil valve testing system, the VC program have VC6.0 environment, including programming, serial communication programming, GUI programming.
  3. 所属分类:Com Port

    • 发布日期:2017-05-31
    • 文件大小:12996597
    • 提供者:徐亚军
« 1 2 ... 16 17 18 19 20 2122 »
搜珍网 www.dssz.com