登录
首页 » Visual C++ » VCPP

VCPP

于 2020-11-08 发布 文件大小:3921KB
0 265
下载积分: 1 下载次数: 50

代码说明:

  VC++串口上位机程序编写,很详细,初学者编写上位机适用(VC++ serial PC programming, in great detail, the preparation of PC suitable for beginners)

文件列表:

test.exe,24576,2010-04-13
VC%2B%2B串口上位机
..............\test
..............\....\commondialog.cpp,11232,2010-04-13
..............\....\commondialog.h,3239,2010-04-13
..............\....\Debug
..............\....\.....\commondialog.obj,67530,2010-04-13
..............\....\.....\mscomm.obj,47393,2010-04-13
..............\....\.....\StdAfx.obj,105478,2010-04-13
..............\....\.....\test.exe,122966,2014-08-03
..............\....\.....\test.ilk,253864,2014-08-03
..............\....\.....\test.obj,14476,2010-04-13
..............\....\.....\test.pch,5493172,2010-04-13
..............\....\.....\test.pdb,336896,2014-08-03
..............\....\.....\test.res,2532,2010-04-13
..............\....\.....\testDlg.obj,33612,2010-04-13
..............\....\.....\vc60.idb,197632,2014-08-03
..............\....\.....\vc60.pdb,364544,2010-04-13
..............\....\mscomm.cpp,8569,2010-04-13
..............\....\mscomm.h,3221,2010-04-13
..............\....\ReadMe.txt,3543,2010-04-13
..............\....\Release
..............\....\.......\commondialog.obj,35379,2010-04-13
..............\....\.......\mscomm.obj,25793,2010-04-13
..............\....\.......\StdAfx.obj,750,2010-04-13
..............\....\.......\test.exe,24576,2010-04-13
..............\....\.......\test.obj,9749,2010-04-13
..............\....\.......\test.pch,5693856,2010-04-13
..............\....\.......\test.res,2532,2010-04-13
..............\....\.......\testDlg.obj,23235,2010-04-13
..............\....\.......\vc60.idb,50176,2010-04-13
..............\....\res

..............\....\...\test.rc2,396,2010-04-13
..............\....\resource.h,728,2010-04-13
..............\....\StdAfx.cpp,206,2010-04-13
..............\....\StdAfx.h,1054,2010-04-13
..............\....\test.aps,20680,2014-08-03
..............\....\test.clw,906,2014-08-03
..............\....\test.cpp,2035,2010-04-13
..............\....\test.dsp,5009,2010-04-13
..............\....\test.dsw,604,2010-04-13
..............\....\test.h,1302,2010-04-13
..............\....\test.ncb,91136,2014-08-03
..............\....\test.opt,48640,2014-08-03
..............\....\test.plg,816,2014-08-03
..............\....\test.rc,5404,2010-04-13
..............\....\testDlg.cpp,6643,2010-04-13
..............\....\testDlg.h,1754,2010-04-13
..............\串口上位机VC%2B%2B.doc,596480,2010-04-13

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

发表评论

0 个回复

  • XWP
    XWP仪表参数的读取,是帮1个朋友编写的(Instrument parameters XWP read, is to help a friend prepare the)
    2007-11-28 12:07:41下载
    积分:1
  • RS232_Universal_Debug_Code
    串口通讯调试代码,包括端口设置界面和信息收发界面(Serial communication debugging code, including port settings interface and messaging interface)
    2010-01-12 15:17:37下载
    积分:1
  • 1
    CVI环境下的串口调试助手,主要功能有即时收发信息,显示波形,截图和保存数据(CVI environment serial debugging assistant, the main function includes immediately send and receive information to display waveforms, capture and save data)
    2013-07-11 09:47:50下载
    积分:1
  • serial2.1.3.4
    自己用api写的串口通信动态库,可以同时打开多个串行口,自带设置函数(own use api write serial communication DLL, it will also open up a number of serial port, bringing their function set)
    2007-01-03 19:40:09下载
    积分:1
  • DemoDriver
    COM8虚拟串口COM0,实现GPS通信(COM8 Virtual Serial COM0, GPS communication)
    2006-12-06 19:57:13下载
    积分:1
  • tcptocom
    国外经典的TCP转串口的程序,VC++编写,有较强的参考价值(Foreign classic TCP to serial program, VC++ write, there is a strong reference value)
    2020-11-22 11:29:35下载
    积分:1
  • gjwsy
    通过串口读取GPS的信息,并解析信息,显示经纬度以及其他的一些主要值,并将该经纬度值转化成大地坐标值(Read through the serial port GPS information and analysis information to display latitude and longitude as well as some other major value, and the latitude and longitude values converted to geodetic coordinates)
    2016-07-15 17:09:46下载
    积分:1
  • ser
    说明:  串口通信高级编程提供了一个能够进行串口通信的类,能够方便地进行各种数据通信。 由于本程序设计到硬件编程,因此,如果读者的串口通信设备 没有连接好,可能会有问题 (Serial communication provides a high-level programming to carry out the type of serial communication, the ability to easily carry out a variety of data communications. Since the hardware design to programming, so if the reader' s serial communications equipment is not connected well, there may be some problems)
    2009-08-18 16:49:04下载
    积分:1
  • CVCOMMPortTool
    COM口设置 串口设定 端口号 波特率 数据位 停止位 校验位 串口数据接收 串口收据发送(COM port settings Serial data receiving Serial receipt)
    2015-10-13 10:12:44下载
    积分:1
  • Com_N
    本程序调用了微软自带的mscomm控件,实现com口的数据接收,读者可自行添加发送数据功能。内附mscomm.ocx控件及其注册方法,本程序是用的静态链接库,为的是能在没有vc库的机器上也可以运行,所以个头大了点。(Microsoft's own mscomm controls, I realize com data reception, readers can add their own functions to send data. Enclosing mscomm.ocx control and registration method, the procedure is used in the static link library, for the in the absence of vc for the machine can also run, giving the larger point.)
    2005-07-31 09:50:35下载
    积分:1
  • 696518资源总数
  • 105739会员总数
  • 1今日下载