代码搜索:Serialport

找到约 4,040 项符合「Serialport」的源代码

代码结果 4,040
www.eeworm.com/read/382831/8995866

cpp serialport.cpp

#include "stdafx.h" #include "SerialPort.h" #include // // Constructor // CSerialPort::CSerialPort() { m_hComm = NULL; // initialize overlapped structure members to zero
www.eeworm.com/read/382831/8995872

h serialport.h

#ifndef __SERIALPORT_H__ #define __SERIALPORT_H__ #define WM_COMM_BREAK_DETECTED WM_USER+1 // A break was detected on input. #define WM_COMM_CTS_DETECTED WM_USER+2 // The CTS (clear-to-send)
www.eeworm.com/read/283564/9006683

cpp serialport.cpp

/* ** 文件名称: CSerialPort.cpp ** ** 描述: 这个类能读,写和监视一个端口 ** 当端口发生事件时他能给所有者发送消息 ** 这个类创建一个线程来读和写,因此,主程序不会阻塞 ** ** 作者: 李洋 */ #include "stdafx.h" #include "SerialPort.h" #inc
www.eeworm.com/read/283564/9006714

h serialport.h

/* ** 文件名称: CSerialPort.h ** ** 描述: 这个类能读,写和监视一个端口 ** 当端口发生事件时他能给所有者发送消息 ** 这个类创建一个线程来读和写,因此,主程序不会阻塞 ** ** 作者: 李洋 */ #ifndef __SERIALPORT_H__ #define __SERIALPORT_H__
www.eeworm.com/read/185499/9034730

gif serialport.gif

www.eeworm.com/read/185499/9034735

dsw serialport.dsw

Microsoft Developer Studio Workspace File, Format Version 5.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/185499/9034738

rc serialport.rc

//Microsoft Developer Studio generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS /////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/185499/9034745

dsp serialport.dsp

# Microsoft Developer Studio Project File - Name="SerialPort" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 5.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86
www.eeworm.com/read/185499/9034751

cpp serialport.cpp

/* Module : SERIALPORT.CPP Purpose: Implementation for an MFC wrapper class for serial ports Created: PJN / 31-05-1999 History: PJN / 03-06-1999 1. Fixed problem with code using CancelIo which doe
www.eeworm.com/read/185499/9034760

h serialport.h

/* Module : SERIALPORT.H Purpose: Declaration for an MFC wrapper class for serial ports Created: PJN / 31-05-1999 Copyright (c) 1999 - 2002 by PJ Naughter. All rights reserved. */ /