serialport.h
来自「经过不断的修改终于完善了一个很好用的类。」· C头文件 代码 · 共 30 行
H
30 行
/*
** FILENAME CSerialPort.h
**
** PURPOSE This class can read, write and watch one serial port.
** It sends messages to its owner when something happends on the port
** The class creates a thread for reading and writing so the main
** program is not blocked.
**
** CREATION DATE 15-09-1997
** LAST MODIFICATION 12-11-1997
**
** AUTHOR Remon Spekreijse
**
**
*/
/*
#ifndef __SERIALPORT_H__
#define __SERIALPORT_H__
#include "Ini.h"
class CSerialPort
{
};
#endif __SERIALPORT_H__
*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?