代码搜索:Serialport
找到约 4,040 项符合「Serialport」的源代码
代码结果 4,040
www.eeworm.com/read/419756/10839554
obj serialport.obj
www.eeworm.com/read/419756/10839568
sbr serialport.sbr
www.eeworm.com/read/419682/10845135
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/419682/10845148
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/419682/10845155
obj serialport.obj
www.eeworm.com/read/274850/10848329
~cpp serialport.~cpp
#include "SerialPort.h"
#include
#include
#pragma hdrstop
#include "PackData.h"
#include "SMS_Func.h"
#include "BaseMain.h"
extern CDMA_PACK gRPackData, gReceivePackData;
www.eeworm.com/read/274850/10848337
cpp serialport.cpp
#include "SerialPort.h"
#include
#include
#pragma hdrstop
#include "PackData.h"
#include "SMS_Func.h"
#include "BaseMain.h"
extern CDMA_PACK gRPackData, gReceivePackData;
www.eeworm.com/read/274850/10848374
h serialport.h
#ifndef SERIALPORT_H
#define SERIALPORT_H
#include
#include "includes.h"
#include
#include "stdio.h"
#define WM_COMM_BREAK_DETECTED WM_USER+1 // A break was det
www.eeworm.com/read/274758/10854331
pjt serialport.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="serialport"
ProjectDir="C:\YAN\testuart\"
ProjectType=Executable
CPUFamily=TMS320C5
www.eeworm.com/read/274758/10854347