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

搜索资源列表

  1. 串口助手源程序

    0下载:
  2. 基于vc得串口通信助手的源程序,对于高通信的兄弟有帮助。-source code of serial communication based on visual C++. it s very helpful to those interested in communication.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:178077
    • 提供者:潘松
  1. VC串口通信程序

    1下载:
  2. 基于VC实现的串口通信程序,可以用于测试串口的连接,也可供进行源码学习.-NOTE: serial port communication procedure based vc,It can be used to test serialport s connection,and also study source!
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:46930
    • 提供者:刘德中
  1. vc++串口通讯

    0下载:
  2. 这是一个用visual C++编写的用于调试和单片机通讯的串口通讯程序。-This is a visual C with the preparation for debugging and communication microcontroller serial communication procedure.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:5958
    • 提供者:飞翔
  1. VC串口

    2下载:
  2. 基于MSComm控件的PC串口通信原程序,利用中断方式接收数据-MSComm on the original PC serial communication procedure, and use interrupt receiving data
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:226924
    • 提供者:曹洪太
  1. vc串口通讯

    1下载:
  2. 用visual c++写的串口通信程序,有rs232,同步串口通信。-with visual c write the serial communication procedures, RS232, synchronous serial communication.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3559817
    • 提供者:吴本涛
  1. VC++多串口控制解决方案源代码

    1下载:
  2. 串口通讯程序。可用于多个串口,本人转载于别处,希望资源共享。-serial communication program. Serial number can be used, reproduced elsewhere, I hope that the sharing of resources.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:63082
    • 提供者:译名
  1. 串口控件CPort262

    0下载:
  2. 串口的VC控件一个可以运用于有针对性的编程中,可以直接运用,有利于简化自己编写的程序-VC controls can be applied to a specific program, we can directly use their help simplify the procedures for the preparation of
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:169460
    • 提供者:文贝
  1. 深入浅出VC++串口编程之基于控件

    0下载:
  2. Visual C++为我们提供了一种好用的ActiveX控件Microsoft Communications Control(即MSComm)来支持应用程序对串口的访问,在应用程序中插入MSComm控件后就可以较为方便地实现对通过计算机串口收发数据。-Visual C to provide us with a handy Microsoft ActiveX controls Communications Control (MSComm) to support the applications o
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:177821
    • 提供者:sun
  1. 更新版串口类库

    0下载:
  2. 这是一个封装得比较完整的串口类接口,支持同步、异步操作,使用简单高效,具有工业强度,我在BC, BCB, VC, BCBX, GCC下编译通过。-This a more comprehensive package in the category of serial interface, supports synchronous and asynchronous operation, the use of simple, effective and industrial strength, I B
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:4040
    • 提供者:刘云
  1. WIN95界面下的VC++串口通讯程序

    0下载:
  2. 这是一份关于串口编程的读书笔记,对于使 用VC进行编程的同行应该有一定的帮助。-This a serial programming on the study notes, for the use of VC peer program should be some help.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:6673
    • 提供者:吴穆
  1. vc串口通讯例子源码

    0下载:
  2. 所属分类:通讯编程

    • 发布日期:2008-12-12
    • 文件大小:1935523
    • 提供者:ccandbb
  1. 一个非常好用的多线程串口通讯类VC++

    2下载:
  2. 一个非常好用的多线程串口通讯类VC++,还含有CButtonST类
  3. 所属分类:通讯编程

    • 发布日期:2009-07-06
    • 文件大小:191567
    • 提供者:maquanshui
  1. communicate

    1下载:
  2. VC++ 6.0做的一个串口通信程序,功能与串口调试助手类似。它可以实现两台电脑的串口之间或者一台电脑的两个串口之间互相收发数据。左上角可以通过下拉列表选择不同的串口,默认的是COM1,考虑到笔记本电脑上一般没有串口,用USB转RS-232转换器之后,其COM口一般不为COM1,所以在程序中不做死COM口而是可以在界面中选择COM口,单击“关闭串口”就停止数据的收发。“接收区”对接收到的数据进行显示,接收可以选择自动接收或手动接收,自动接收状态只有检测到有数据发过来就进行显示,不处于自动接收状态
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-15
    • 文件大小:3694356
    • 提供者:陈利聪
  1. 232rs

    0下载:
  2. vc++6.0编写的串口采集程序,用了缓冲区,实时显示效果很好,供大家学习参考-vc++6.0 prepared by serial acquisition program, with the buffer zone, real-time display a good effect, for them to learn information
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-10
    • 文件大小:2145042
    • 提供者:davidlee
  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
    • 文件大小:471584
    • 提供者:daizhiqiang
  1. VC向指定串口发送和接收数据(可十六进制)

    0下载:
  2. VC++ 串口通信,很不错的,感谢大家的支持与下载(VC++ serial communication, very good)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:23552
    • 提供者:cfq1535
  1. OMRON PLC与VC通信程序源码 版本01

    0下载:
  2. 串口 波特率 界 面 读取DM区数据,很好呀(PLC OMON,C# CX-Progammer)
  3. 所属分类:其他

  1. 深入浅出VC++串口编程

    0下载:
  2. 详细的介绍关于VC++串口编程的相关知识(Detailed introduction about VC++ serial programming related knowledge)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-30
    • 文件大小:1336320
    • 提供者:chxs
  1. 串口调试助手V2.2源码

    0下载:
  2. 实现串口助手功能,里面包含已经可用的编译程序和源代码,适合使用者学习VC开发串口通讯程序(Serial assistant function, which contains already available compiler and source code, suitable for users to learn VC development serial communication program)
  3. 所属分类:其他小程序

    • 发布日期:2017-12-31
    • 文件大小:5454848
    • 提供者:黄大冲
  1. VC++实战USB接口编程(示例)

    1下载:
  2. USB串口编程,c++编写USB串口编程实例(USB 123456789123456789)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:33792
    • 提供者:TD123456
« 1 2 34 5 6 7 8 9 10 ... 46 »
搜珍网 www.dssz.com