搜索资源列表
SerialDraw
- 这是一个VC++写的串口通信程序,可以通过串口重载图形数据。-This is a VC write serial communication program, through serial heavy graphical data.
SerialPort
- 这个是第三方串口类,使用C++语言编写,使用灵活方便,数据的发送和接收只需要一个函数,类中重载了多个接收和发送的成员函数。-This is the third-party serial type, the use of C++ language, the use of flexible and convenient to send and receive data need only one function, type in a number of heavy-duty members rec
VCcom
- 串口的操作可以有两种操作方式:同步操作方式和重叠操作方式(又称为异步操作方式)。同步操作时,API函数会阻塞直到操作完成以后才能返回(在多线程方式中,虽然不会阻塞主线程,但是仍然会阻塞监听线程);而重叠操作方式,API函数会立即返回,操作在后台进行,避免线程的阻塞。 个类的基类。 该MFC参考通常不描述通过继承的函数或操作符。若要寻求这些函数的信息,请参阅类层次结构图中该类的基类信息。 每个类的说明文档包括:该类的概括、类成员的种类、以及该成员函数、重载操作符或数据成员的基本用途。