搜索资源列表
DBComm_v0[1].1
- 串口的东西,用串口通讯. 用API封装的串口操作类-Serial things, using serial communications. Using API Packaging category Serial operation
串口源程序
- 一个封装很好的串口类。是基于MFC的 。想编写rs 232串口编程,可应用此类。-a good serial category. Based on the MFC. Rs 232 to prepare serial programming, such application.
串口封装急好的一个类
- 该类是本人见到的封装最好的一个串口类 本人用该类开发了很多串口方面的程序,运行很稳定!该程序为一测试程序,实现双机互连-I see is the best of a package Serial category I used a lot of such serial development of the procedures, running very stable! The procedure for a test procedure to achieve double - interc
class_pk
- 完成Gps类封装。希望对开发Gprs通信的朋友有帮助。字节继承即可使用-complete PON Packaging category. Hope added to the development of communication and friends to help. Inheritance can be used byte
串口转发例子
- 这是一个封装得比较完整的串口类,支持同步、异步操作,使用简单高效-This is a much more complete package of Serial category, supports synchronous and asynchronous operation, the use of simple and efficient
encoder_and_viterbi_decoder_for(213)_convolutional
- 压缩包内为本人写的(2,1,3)卷积码编码器和维特比(viterbi)译码器.编码器和译码器分别封装在一个类中,每个类的方法和变量均有注解-compressed I write for the (2,1,3) convolutional code encoder and Viterbi (Viterbi) decoder. Encoder and Decoder were packaged in a category, each class methods and variables have
VC_ComDlg
- 封装好的VC++串口类,支持同步,异步,带接收进程的异步方式.-Packaging good VC Serial category, supports synchronous and asynchronous, with the process of receiving asynchronous mode.
MyComOperate
- 一个串口异步通讯操作的例子,封装很好的类-an asynchronous serial communications operation example, the category of good Packaging
serilport
- EVC版将串口操作封装为一个类,类中使用线程来持续接收。这样,直接用回调函数就可以在主程序中进行实时接收显示。开发其他的程序可以直接复制使用这个类。 PC版可以在VC6.0下编译,大体和EVC版相同。 VB.NET版来自微软的例程,做了修改,使用多线程进行的处理。在VS2003下编译调试通过。 C#版依据VB.NET做成,使用接收线程持续接收!-EVC serial version will operate Packaging for a class, class use thr
TestColtTempator
- 由于工作关系几个月没有接触Internet了,回来发现很多朋友给我写了信,其中很多一部分都是关于串口方面出现了问题。由于在以前的工程实施过程中关于串口通讯我有时用MSCOMM控件,有时自己用WIN32 API直接操作串口。后来还试验了网络上面很流行的SerialPort类。在工业控制过程中间我对SerialPort类进行了一些简单的修改,发现这个类确实是一个非常好的东西,其中封装了操作串口复杂的一些串口操作。我们使用的时候可以直接通过它的一些简单的接口就可以完成各种外围设备的工作了。我对串口数量
HTTPClientTest
- HTTP操作类,封装了wininet,看了就明白了,非常方便使用-HTTP operations, the wininet Packaging, read on to understand and very user-friendly
apicom
- 串口类 通过封装串口类CSerialPort 将串口操作简化到几个函数 使用简单 工作可靠 适用初学者
Tapi
- tapi,不用说都知道是什么用,一个很好用的tapi封装类
更新版串口类库
- 这是一个封装得比较完整的串口类接口,支持同步、异步操作,使用简单高效,具有工业强度,我在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
socket
- socket通讯类封装,适合C++编程引用,简单明了,可以喝ftp.tar结合使用。-socket Communication package for C++ programming reference, simple and clear, you can drink ftp.tar used in combination.
Trimble
- 没过Trimble公司开发的串口类,使用纯API封装,简单、快速、稳定。-Serial port class by Trimble. Pure APIs which made serial port communication more simpler, faster and stabler.
CHttpClient
- 将windows封装的有关Http通信接口函数及类封装起来,统一使用。-Encapsulate the windows package Http communication interface functions and classes, uniform use.
COMMVCCode
- VC6串口类封装,可以方便二次开发和开发单片机应用程序- VC6 serial type of packaging, can be easily developed and developing secondary microcontroller applications
Modbus
- 基于Modbus通信协议的串口通信程序。通过串口和单片机通信。程序主要分为串口类,Modbus类,和主界面操作类,有详细的注释。类封装的很好,可重用。-Modbus communication protocol based on serial communication program. Communication via the serial port and the microcontroller. Programs are divided into serial category, Mo
c# 串口封装类
- 对c# 官方串口类SerialPort的封装。