登录
首页 » Visual C++ » communication

communication

于 2020-11-22 发布 文件大小:7127KB
0 150
下载积分: 1 下载次数: 48

代码说明:

  使用VC.NET编写串口通信程序,是很好的串口调试软件(Use VC.NET write serial communication program is a very good serial debugging software)

文件列表:

串口通信程序
............\AnimateDlgIcon.cpp
............\AnimateDlgIcon.h
............\Debug
............\.....\AnimateDlgIcon.obj
............\.....\AnimateDlgIcon.sbr
............\.....\BuildLog.htm
............\.....\HYPERLINK.obj
............\.....\HYPERLINK.sbr
............\.....\LABEL.obj
............\.....\PushPin.obj
............\.....\PushPin.sbr
............\.....\SCOMM.bsc
............\.....\SCOMM.exe
............\.....\SCOMM.ilk
............\.....\SCOMM.obj
............\.....\SCOMM.pch
............\.....\SCOMM.pdb
............\.....\SCOMM.res
............\.....\SCOMM.sbr
............\.....\SCOMMDlg.obj
............\.....\SCOMMDlg.sbr
............\.....\SerialPort.obj
............\.....\SerialPort.sbr
............\.....\StdAfx.obj
............\.....\StdAfx.sbr
............\.....\vc60.idb
............\.....\vc60.pdb
............\.....\vc70.idb
............\.....\vc70.pdb
............\HYPERLINK.CPP
............\HYPERLINK.H
............\LABEL.CPP
............\LABEL.H
............\PushPin.cpp
............\PushPin.h
............\ReadMe.txt
............\RES
............\...\anim.bmp


............\...\CURSOR1.CUR

............\...\GREEN.ICO
............\...\ICON_GRE.ICO
............\...\icon_not.ico
............\...\icon_not1.ico
............\...\icon_on.ico
............\...\ICON_ON1.ICO
............\...\OFF.ICO
............\...\Pinned.bmp
............\...\Pinned2.bmp
............\...\RED.ICO
............\...\SCOMM.RC2
............\...\unpinned.bmp
............\...\xiaofengstudio.bmp
............\...\xiaofengstudio.ico
............\RESOURCE.H
............\SCOMM.APS
............\SCOMM.clw
............\Scomm.cpp
............\SCOMM.dsp
............\SCOMM.DSW
............\SCOMM.H
............\SCOMM.ncb
............\SCOMM.OPT
............\SCOMM.plg
............\SCOMM.rc
............\SCOMM.sln
............\SCOMM.vcproj
............\SCOMMDlg.cpp
............\SCOMMDlg.h
............\SerialPort.cpp
............\SerialPort.h
............\StdAfx.cpp
............\StdAfx.h

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ControlProject
    VC实现和S7-200PLC的串口通信程序,很有价值哦(VC and S7-200PLC Serial Communication Program and of great value oh)
    2007-06-04 14:29:42下载
    积分:1
  • huawei---mianshi
    这是串口调试助手,可以显示,并带有图像显示(This is a serial debugging assistant, you can display, and with image display)
    2011-09-03 16:57:46下载
    积分:1
  • VcPP
    51CTO下载-VC++串口通信2051CTO下载-VC++串口通信20个经典源码合集51CTO下载-VC++串口通信20个经典源码合集个经典源码合集(51CTO download-VC++ serial communication 2051CTO download-VC++ serial communication 20 classic source collection 51CTO download-VC++ serial communication 20 classic source source collection classic collection)
    2016-11-14 20:29:21下载
    积分:1
  • vb-com
    vb 串口上位机 很简单的一个版本,大家自己扩展功能吧 (com executed on pc,it s a simple version ,easy for expansion)
    2014-01-10 14:22:05下载
    积分:1
  • shangweijiduchuankoushujubinghuatu
    上位机源码--读取串口数据并画实时曲线的vc 2B 2B源程序.rar(PC Source- read serial data and draw real-time curve vc 2B 2B source code. Rar)
    2011-07-15 11:07:14下载
    积分:1
  • serialpor
    多线程串口类及其使用方法,包含完整的CSerialPort类及其使用方法。(A communication class for serial port)
    2013-08-09 20:16:35下载
    积分:1
  • 768015
    用visual c++写的串口通信程序,有rs232,同步串口通信,不错的(Written in visual c++ serial communication program, rs232, synchronous serial port communication, good)
    2017-04-14 17:36:45下载
    积分:1
  • 温度数据采集并实时显示
    串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据分成一个一个的,然后这一个数据的大小就是画图的某一个点的纵坐标,横坐标同样为数据的序号,再将这些点用线连起来就是曲线图. 图形能移动的原理,是我们首先改变的只是数据,图形并没有变,但图形的形式是由这些数据来确定的,当数据发生变化后,我们通过刷新显示区来变化的.(Serial temperature data acquisition and real-time serial data reading the principle is, as long as when a serial data to the data, the computer will automatically writes data to a specific buffer, we can write specific procedures read that the buffer zone would be fine. Serial data to be sent, process data can be received, the receiving of data is the character, then transform data into digital type, and then the size of the data as a drawing of a point Ordinate, the abscissa serial data. these points will be used to link line is a curve, this is the graphic display the basic tenets. View the original data is the same principle, the difference is, the data from the file, the same data also will be divided into a number one, and then this one is the size of the data to draw a certain point )
    2020-06-26 07:40:02下载
    积分:1
  • chuankoutongxin
    我的毕业设计,很简单但很实用,是串口通信的典型实例,还有界面图形的设计(I graduated from design, very simple but very practical, is a typical example of the serial communication interface graphic design)
    2012-05-12 11:06:04下载
    积分:1
  • Zigbee
    Zigbee开发文档和常见案例 18B20可休眠温度采集方案快速搭建手册 串口透传方案快速上手指南(Zigbee )
    2013-10-18 15:57:29下载
    积分:1
  • 696522资源总数
  • 104040会员总数
  • 35今日下载