代码搜索:Serialport
找到约 4,040 项符合「Serialport」的源代码
代码结果 4,040
www.eeworm.com/read/350148/10762354
cpp serialport.cpp
// SerialPort.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "SerialPort.h"
#include "SerialPortDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THI
www.eeworm.com/read/350148/10762358
h serialport.h
// SerialPort.h : main header file for the SERIALPORT application
//
#if !defined(AFX_SERIALPORT_H__A9E2C807_7E88_4A61_ADA0_3D598AA8B47C__INCLUDED_)
#define AFX_SERIALPORT_H__A9E2C807_7E88_4A61_A
www.eeworm.com/read/350148/10762359
vcb serialport.vcb
www.eeworm.com/read/350148/10762362
vcw serialport.vcw
Microsoft eMbedded Visual Tools Workspace File, Format Version 4.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
##########################################################################
www.eeworm.com/read/350148/10762364
aps serialport.aps
www.eeworm.com/read/420549/10790487
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/420549/10790494
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/420549/10790505
obj serialport.obj
www.eeworm.com/read/419756/10839536
cpp serialport.cpp
#include "stdafx.h"
#include "SerialPort.h"
#include "string.h"
#include
//
// Constructor
//
CSerialPort::CSerialPort()
{
m_hComm = NULL;
// initialize overlapped struct
www.eeworm.com/read/419756/10839543
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)