代码搜索:Serialport

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

代码结果 4,040
www.eeworm.com/read/306157/13751535

cpp serialport.cpp

// SerialPort.cpp: implementation of the CSerialPort class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "sms.h" #include "SerialPort.h
www.eeworm.com/read/306157/13751550

h serialport.h

// SerialPort.h: interface for the CSerialPort class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_SERIALPORT_H__E54C8089_9C01_4F51_A2DC_D73F7C93E6A3
www.eeworm.com/read/305006/13780353

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/305006/13780376

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. */ /
www.eeworm.com/read/304610/13790573

cpp serialport.cpp

/* ** FILENAME CSerialPort.cpp ** ** PURPOSE This class can read, write and watch one serial port. ** It sends messages to its owner when something happends on the port ** The clas
www.eeworm.com/read/304610/13790576

h serialport.h

/* ** 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
www.eeworm.com/read/304452/13794091

cpp serialport.cpp

/*************************************************************************** * Copyright (C) 2004 by Manish Pagey * * crayzeewulf@users.sourceforge.net *
www.eeworm.com/read/304452/13794093

h serialport.h

/*************************************************************************** * Copyright (C) 2004 by Manish Pagey * * crayzeewulf@users.sourceforge.net *
www.eeworm.com/read/303195/13820359

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/303195/13820362

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)