搜索资源列表
vc的5个源码
- 打字游戏:于娱乐中练习指法 vc 超酷时钟:具有整点报时等功能,界面超酷的桌面时钟 vc 阴阳日历:不仅有阳历更有阴历查询的功能 vc 桌面留言:vc 串口类:c#-typing game : in entertainment practice fingering vc cool clock : The whole point timekeeping functions, interface cool desktop calendar clock vc yin and yang : not on
Serial_Com
- 利用Visual C++ 实现串口通信功能,用一个类实现串口操作的封装。-achieved using Visual C serial communications functions, and to achieve a kind of serial Packaging operation.
SerialCommu
- 串口通讯,用了一个老大封的类-serial communication, with the closure of a category leader
232_TCPIP
- 程序的最大缺陷: Windows把硬件驱动的接口都进行了抽象和标准化,串口也不例外,大部分的设备都可以通过文件操作API进行存储控制,如:CreateFile、ReadFile、WriteFile等,其实很简单。网上有个SerialPort的类写得还不错,我就直接拿来用了,只做了小小的修改以满足我的要求。原本的类一次只能收发一个Byte,根据需要我改成了512 Byte,需要重点提出的是,当收发多字节数据时,数据的正确性和完整性更需要自己保证,因为串口协议标准只是定义在物理层和数据链路层
200811014323652
- 自行封装的一个lib库,以动态连接库的方式提供支持,包含以下一些类: SH_Object libSH的基类 SH_String String类 SH_Array 数据结构Array类 SH_Stack 数据结构Stack类 SH_Queue 数据结构Queue类 SH_List 数据结构List类 SH_Hash 数据结构Hash类 SH_Tree 数据结构Tree(AVL)类 SH_Lock 互斥Lock类 SH_Serial 串口类 SH_Sock
SserialClass
- 串口通信类:提供了一个能够进行串口通信的类,能够方便地进行各种数据通信-Serial communication class: provides a class capable of serial communication, the ability to easily communicate a variety of data
15
- 能够对串口进行读写,监视的类。利用线程实现了非阻塞调用-thread
CSocket
- CSocket类的应用。程序包括一个服务端和一个客户端,服务器程序接收到客户端发送的数据后,将数据从串口发送-CSocket class applications. Procedures, including a service client and a client, the server program to receive data sent by the client will send data from the serial port
asd
- 串口类自动化,如果需要该类别的自动化实现-open a good class,if you are in trouble
tcp_ip-communication-programming
- 本例中,我们首先要用WinSockets类来编写一个C/S(Client/Server)程序,C/S程序包含一个服务器端和一个客户端,服务器程序接收到客户端程序发来的数据后,将数据从串口1(COM1)发送出去,我们可以用串口调试助手来接收这些数据。-In this case, first we WinSockets class to write a C/S (Client/Server) program, C/S program includes a server and a client, t
CDT
- Cserial串口封装类的使用,实现串口通信-Cserial wrapper class to use the serial port, serial communication
Serial
- 多线程实现串口间通信,功能比较简单,但包含的串口类很强大。 -Multi-threaded serial inter-communication function is relatively simple and very powerful, but it contains the serial port class.
code
- 自己写的tcp、udp、定时器、串口类,都是经过应用验证的哟,欢迎大家下载使用。-Write their own tcp, udp, timers, serial port class, through the application of verification are yo welcome to download.
mycom
- linux 平台下串口的编程,本程序提供linux和windows平台下的linux类,运用提供的QT串口类,本工程实现的是在linux环境下运行的QT串口通信。-Serial programming under Linux platform, the program provides Linux and windows platform Linux, using the QT serial, the project is the realization of QT serial communi
serialpor
- 多线程串口类及其使用方法,包含完整的CSerialPort类及其使用方法。-A communication class for serial port
php_serial.class
- PHP 串口类,修改了原有代码的windows下的参数设置部分,程序测试通过;只可以发送信息;接收数据部分未完成。- PHP serial class, modify the parameter setting part of the windows of the original code under test procedures only can send messages receive data section is not complete.
PosixSerialAssiant
- 该程序主要基于Qt4.8.5 POSIX下的串口通讯,由于Qt4.x不支持串口通讯,因此采用第三方串口类-The program is mainly based on the POSIX Qt4.8.5 serial communication, because Qt4.x does not support serial communication, so the use of third party serial port
CSerialPort
- VC++串口类文件,建立和打开串口,采集串口数据,包含头文件和源文件-VC++ serial class files, build and open the serial port, serial data collection, including the header and source files
SerialPort
- 串口类,可以自由控制串口接收和发送数据,非常不错的- U4E32 u53E3 u7C7B
723890
- 这是一个封装得比较完整的串口类接口,支持同步,异步操作,使用简单高效()