联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 通讯编程(573) 
按平台查找All Visual C++(573) 

[通讯编程] Can2.0

VC6.0做的操作周立功USB CAN盒收发CAN信息的程序,需要周立功USB CAN才能正常运行
Zhou, who CAN box VC6.0 operating procedures (2013-10-24, Visual C++, 80KB, 下载88次)

http://www.pudn.com/Download/item/id/2382577.html

[通讯编程] USB_DLL

自己编写的USB动态链接库,可以作为USB上位机调试软件。才用C++编程。可以识别出PID、UID等,可以实现数据发送和接收等。
I have written to the USB dynamic link library can be used as USB host computer debugging software. Only with C++ programming. Can identify the PID, UID, etc., can realize the data transmission and receiving. (2013-08-20, Visual C++, 8114KB, 下载31次)

http://www.pudn.com/Download/item/id/2334437.html

[通讯编程] Mvbcardtest

PC机MVB总线通讯测试程序(MVB主设备),PC机使用Duagon的MVB通讯卡。程序做为MVB的主设备,包括MVB驱动,MVB主配置,MVB端口通讯收发的例子。
This is a PC-the MVB bus communication test procedure (master device), the PC machine use Duagon the MVB communication card. Program the MVB as the main equipment, including MVB drive MVB main configuration the MVB port communication transceiver example (2013-05-15, Visual C++, 112KB, 下载117次)

http://www.pudn.com/Download/item/id/2243865.html

[通讯编程] Application-of-Modbus-TCP-Protocol

介绍了一种水闸自动控制系统,并用Modbus TCP 协议实现了远程监控。该系统以可编程控制器(PLC)作为现场控制 中心,连接现场控制对象;以悉雅特(Citect)组态软件作为本地上位机主监控界面,监视各设备的运行情况;通过电信专网, 采用标准的Modubs TCP 协议通讯,实现了对现场设备的集中控制和信息资源共享等功能,系统设计合理,运行可靠。
The automatic control system of a sluice, and achieve remote monitoring using the Modbus TCP protocol. Site control center of the system as a programmable logic controller (PLC), connected to the on-site control object noted Astra (Citect) configuration software as the main control interface of the local host computer to monitor the operation of the equipment private network via telecommunications, using standard Modubs TCP protocol communications, the centralized control of field devices and the sharing of information resources and other functions, the system design is reasonable and reliable operation. (2013-03-31, Visual C++, 146KB, 下载22次)

http://www.pudn.com/Download/item/id/2180761.html

[通讯编程] IPC-RaD

一个不错的例子实现RTX与Windows之间的通信,通过共享内存实现了数据的交换。Rtx实时操作系统下的一个应用开发的例子,能调试运行,能帮你快速理解Rtx下的编程。
A good example to realize the communication between the RTX with Windows, through the Shared memory realized data exchange. Rtx real-time operating system of a application development example, can the post-sale service, can help you understand quickly under Rtx programming. (2012-10-28, Visual C++, 578KB, 下载107次)

http://www.pudn.com/Download/item/id/2029533.html

[通讯编程] VC_MFC-Sample1

Microsoft Visual C++ MFC串口通信编程详解,主要介绍了用CreateFile()函数和WriteFile()函数读写串口的实例,以及设置 串口属性的实例. 在工业控制中,工控机(一般都基于 Windows 平台)经常需要与智能仪表通过串口 进行通信.串口通信方便易行,应用广泛. 一般情况下,工控机和各智能仪表通过 RS485 总线进行通信.RS485 的通信方式是 半双工的,只能由作为主节点的工控 PC 机依次轮询网络上的各智能控制单元子节点. 每次通信都是由 PC 机通过串口向智能控制单元发布命令,智能控制单元在接收到正 确的命令后作出应答.
Microsoft Visual C++ MFC serial communication programming explain CreateFile () and WriteFile () function to read and write the serial port of the instance, and set the serial port attribute instance in industrial control, IPC (generally based on the Windows platform) often need to communicate with the smart meter through the serial port serial communication easy and widely used normal circumstances, the IPC and intelligent instrument through RS485 communication RS485 communication is half-duplex, only as the primary node industrial PC turn polling network intelligent control unit child nodes. every communication from a PC via the serial port to issue commands to the intelligent control unit, intelligent control unit receives the correct command response. (2012-10-11, Visual C++, 137KB, 下载154次)

http://www.pudn.com/Download/item/id/2012432.html

[通讯编程] Address

一个不错的VC++通讯录程序,可在VC6.0环境下顺利编译,通讯录界面看上去小巧实用,挺专业,操作方便,虽然我们一般不在Windows中使用通讯录软件,但作为以学习为目的,了解一下编程的原理是有必要的。
A good VC++ address book program can be successfully compiled in VC6.0 environment, the address book interface looks compact and practical, very professional, easy to operate, although we generally not on the Windows address book software, but as for the purpose of learning, look at the principle of programming is necessary. (2012-07-05, Visual C++, 353KB, 下载4次)

http://www.pudn.com/Download/item/id/1931390.html

[通讯编程] NetMeeting_VideoCapture1

概要介绍: 本例子是视频采集与播放是基于vfw。 视频的传输是基于rtp来传输。用的第三开源包是jrtplib。 参考例子: (1)视频采集,播放,视频传输 我参考了从http://www.programsalon.com/ 下下来的NetMeeting_VideoCapture例子 不过它的传输是基于tcp/ip socket编程的。 (2)jrtplib官方网站的c/s例子 运行配置: VS2005 头文件 jthread-1.2.1 jrtplib-3.7.1 lib文件:(放到工程目录下。我已经放好了) jrtplib.lib jthread.lib 添加的依赖库: jthread.lib jrtplib.lib ws2_32.lib 代码介绍: 具体代码发在网上 http://www.programsalon.com/upload_log.asp?e=hanyuejun2006@163.com 有什么问题请发hanyuejun2006@163.com与我联系。 文件中 videoSendertest videoReceiver 是我编的例子 video_send video_recv 是我基于vfw例子 JRTPConsole 是jrtplib c/s例子
概要介绍: 本例子是视频采集与播放是基于vfw。 视频的传输是基于rtp来传输。用的第三开源包是jrtplib。 参考例子: (1)视频采集,播放,视频传输 我参考了从http://www.programsalon.com/ 下下来的NetMeeting_VideoCapture例子 不过它的传输是基于tcp/ip socket编程的。 (2)jrtplib官方网站的c/s例子 运行配置: VS2005 头文件 jthread-1.2.1 jrtplib-3.7.1 lib文件:(放到工程目录下。我已经放好了) jrtplib.lib jthread.lib 添加的依赖库: jthread.lib jrtplib.lib ws2_32.lib 代码介绍: 具体代码发在网上 http://www.programsalon.com/upload_log.asp?e=hanyuejun2006@163.com 有什么问题请发hanyuejun2006@163.com与我联系。 文件中 videoSendertest videoReceiver 是我编的例子 video_send video_recv 是我基于vfw例子 JRTPConsole 是jrtplib c/s例子 (2012-05-15, Visual C++, 16964KB, 下载52次)

http://www.pudn.com/Download/item/id/1870747.html

[通讯编程] com

VS2010串口例程,VC2010写的串口调试助手,开发环境为VS2010,使用的uncioud环境,纯API,不错的C++串行通讯例子程序,希望能对串口学习的朋友有所帮助
VS2010 serial routines, VC2010 write serial debugging assistant development environment VS2010, using uncioud environment, pure API, a good example of C++ serial communication program, hoping to help a friend learn the serial port (2011-08-11, Visual C++, 131KB, 下载1639次)

http://www.pudn.com/Download/item/id/1619667.html

[通讯编程] POCSAG_Src_chn

续上个上传文件,这是修改为中文界面的项目源代码。这是一个很好的c++串口编程应用,用来向连接在串口的群发器发送一个消息,群发器在接收到该消息后,向某个频段的各个接收器(如:传呼机)群发该消息。
Continued the previous upload, which is amended to read Chinese language interface, the project source code. This is a very good c++ Serial programming applications, used to connect serial devices to send a message mass, mass in receiving the news, to an all-band receiver ( such as: pager) mass of the news. (2008-11-04, Visual C++, 92KB, 下载42次)

http://www.pudn.com/Download/item/id/572814.html

[通讯编程] SerialPortTest

通信协议在串口通信编程中的实现,就是如何处理数据包,即发送时如何根据通信协议对数据进行打包,接收时如何根据协议对接收到的数据信息拆包,并取出自己想要的数据信息。
通 协 诖 通 疟械 实 未 莅 时 胃 通 协 萁 写 时 胃协 越盏 息 取 约 要 息 (2008-08-29, Visual C++, 71KB, 下载153次)

http://www.pudn.com/Download/item/id/537010.html

[通讯编程] SerialSender

串口通讯程序:程序使用Remon Spekreijse的CSerialPort类结合VC6.0编写而成,CSerialPort类是简单而强大的多线程串口编程工具类。
Serial Communication procedures: procedures for the use of the Remon Spekreijse combination CSerialPort category VC6.0 prepared, CSerialPort category is simple and powerful multi-threaded serial programming tools category. (2008-05-12, Visual C++, 30KB, 下载89次)

http://www.pudn.com/Download/item/id/460395.html

[通讯编程] vc_socket

该程序主要利用socket技术,实现远程用户身份证真伪验证,通过socket,从公安局户证中心服务器获取个人身份证信息,包括照片,是一款很不错的软件,也是学习socket编程及对数据库图片存取的好例子
the program mainly use socket technology, remote users verify the authenticity of documents through the socket, from the Public Security Bureau households access to the central server card personal identification information, including photographs, is a very good software, as well as learning socket programming and access to the database Photo good example (2005-11-30, Visual C++, 132KB, 下载141次)

http://www.pudn.com/Download/item/id/128692.html