代码搜索:COMPORT

找到约 971 项符合「COMPORT」的源代码

代码结果 971
www.eeworm.com/read/166761/10000173

cpp comport.cpp

// ComPort.cpp : 实现文件 // #include "stdafx.h" #include "ComPort.h" namespace LsComm{ // CComPort CComPort::CComPort() : m_bIsOpen(false) { this->m_pfnOnReceiveData = NULL; this
www.eeworm.com/read/358438/10189046

h comport.h

// PeLinkDlg.h : header file // #if !defined(COMPORT_H_CREATE_AT_2004_11_26_INCLUDED_) #define COMPORT_H_CREATE_AT_2004_11_26_INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER
www.eeworm.com/read/358438/10189110

cpp comport.cpp

#include "stdafx.h" #include "Resource.h" #include "ComPort.h" #include "ReadSMS.h" #define MAX_SAVE_SMS 20//最大存储数量 #define TALK_CONTINUE 300//异常时通话时长:1/10秒为单位 #define REGCHECK_INTERVAL 1//异常时
www.eeworm.com/read/279369/10443308

bas comport.bas

' -------------------------------------------------------------------------- ' comport.bas (c) 1999-2002 MCS Electronics 'Special thanks to Eddie McMullen who supplied the basic inp/
www.eeworm.com/read/352999/10484539

cpp comport.cpp

#include #include "ComPort.h" #include char S_COM9600[]="9600,n,8,1"; //!
www.eeworm.com/read/352999/10484559

h comport.h

#ifndef _COMPORT_H_ #define _COMPORT_H_ #ifdef CASHCODE_EXPORTS #define _CASHCODEDLL_API _declspec(dllexport) #else #define _CASHCODEDLL_API _declspec(dllimport) #endif class _CASHCOD
www.eeworm.com/read/352795/10506258

dll comport.dll

www.eeworm.com/read/350652/10720911

h comport.h

/************************************************************************************ // Sample code for calling IVT BlueSoleil APIs Copyright (c) 2004 -2005 , IVT Corporation. All rights reserv
www.eeworm.com/read/350652/10720993

cpp comport.cpp

/************************************************************************************ // Sample code for calling IVT BlueSoleil APIs Copyright (c) 2004 -2005 , IVT Corporation. All rights reserv
www.eeworm.com/read/273487/10914410

h comport.h

/******************************************************************* * * DESCRIPTION: * Linux COM Port wrapper functions header file * * AUTHOR: * Suriyan Laohaprapanon * * HISTOR