登录
首页 » Visual C++ » 2

2

于 2011-04-21 发布 文件大小:11170KB
0 342
下载积分: 1 下载次数: 0

代码说明:

说明:  VC++串口通信20个经典源码合集,经典全集,串口开发必看(VC++ Serial communication source collection of 20 classic, classic Collection, Must See Serial Development)

文件列表:

VC%2B%2B串口通信20个经典源码合集
............................\VC 串口通信程序.rar,24501,2010-05-27
............................\VC 读串口话是动态波形,非常好的应用程序,有源码.rar,594121,2010-05-26
............................\VC%2B%2B 串口实现双机互联 包含视窗加代码.rar,67063,2010-05-30
............................\VC%2B%2B 串口通信
,可以收发数据,可选用TCPIP 通信.rar,156606,2010-05-30
............................\vc%2B%2B 开放的串口通讯程序,经测试特别好用.rar,731015,2010-05-30
............................\VC%2B%2B串口编程 不需使用Active控件实现.rar,732511,2010-05-27
............................\VC%2B%2B串口编程教学源码
,串口学习的好东西.rar,58090,2010-05-30
............................\VC%2B%2B串口通信源代码,用与两台机器间的串口通信,内含串口通信类.zip,18449,2010-05-30
............................\vc%2B%2B串口通讯程序,该程序能实现打字机方式进行数据传输.zip,37622,2010-05-30
............................\VC%2B%2B使用串口控件实现温度数据采集并显示.rar,80449,2010-05-27
............................\VC%2B%2B多串口控制解决方案源代码.zip,63082,2010-05-24
............................\vc%2B%2B实现串口通信的聊天程序,可供有关爱好者学习-.rar,73937,2010-05-30
............................\VC%2B%2B实现串口通信,觉得好的人顶详细介绍串口通信.rar,1164,2010-05-30
............................\VC%2B%2B实现串口通讯的完整编程,并且实现各种数据的转换功能和设置.rar,1506209,2010-05-27
............................\vc%2B%2B开发的串口编程,包括打开串口,设置串口,读取数据等等操作.rar,2727594,2010-05-26
............................\VC%2B%2B开发的串口通讯软件源代码, 非常的详细.rar,1519912,2010-05-27
............................\VC%2B%2B环境下从串口读取数据并实时绘制曲线图.rar,166773,2010-05-30
............................\VC%2B%2B环境下用MSComm控件进行串口通讯编程 模型飞机测控平台.rar,319078,2010-05-30
............................\vc%2B%2B编写的串口检测程序开发.rar,48784,2010-05-30

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

发表评论

0 个回复

  • 温度数据采集并实时显示
    串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据分成一个一个的,然后这一个数据的大小就是画图的某一个点的纵坐标,横坐标同样为数据的序号,再将这些点用线连起来就是曲线图. 图形能移动的原理,是我们首先改变的只是数据,图形并没有变,但图形的形式是由这些数据来确定的,当数据发生变化后,我们通过刷新显示区来变化的.(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
  • MFC-serial-design
    说明:  比较实用的串口编程基本知识和实例,没时间整理,下了自己正吧(Serial programming of the basic knowledge and examples)
    2011-04-09 11:54:28下载
    积分:1
  • CVCOMMPortTool
    COM口设置 串口设定 端口号 波特率 数据位 停止位 校验位 串口数据接收 串口收据发送(COM port settings Serial data receiving Serial receipt)
    2015-10-13 10:12:44下载
    积分:1
  • kcom
    this is visual c++ 6 project it is a Serial port excerszier software
    2010-05-31 15:51:55下载
    积分:1
  • CAMERTERMINAL
    串口拍照源程序,通过串口得到摄像头部分的JPEG数据,再把数据还原成JPG图像(Serial camera source, camera part of the JPEG data through the serial port, and then restore the data into a JPG image)
    2013-01-30 21:26:21下载
    积分:1
  • PTZ
    云台控制的C++详细源码,二次开发可以直接用。(The PTZ control C++ detailed source, secondary development can be directly used.)
    2013-05-20 09:41:11下载
    积分:1
  • SerialPort_VS2010_MFC
    基于SerialPort的串口调试助手代码,运行平台VS2010,MFC工程文件(Based on the serial debugging assistant SerialPort code, run the platform VS2010, MFC project file)
    2020-10-10 09:37:34下载
    积分:1
  • trc_com_log
    记录串口收到的数据并存到文件,主要用于不容易发现的程序BUG调试(record serial data received by the coexistence of the document, mainly for not easy to find the debugging process BUG)
    2007-07-03 11:59:12下载
    积分:1
  • wk2114
    cai yong 一个串口拓展成4个串口!(1 uart to 4)
    2020-09-08 09:58:02下载
    积分:1
  • comm_source11
    Visual c++实践与提高——串口通信与工程应用篇10源代码(Visual c++ practice and improve- serial communication and project source code (Application) 10)
    2011-10-02 21:01:16下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载