代码搜索:Serialport
找到约 4,040 项符合「Serialport」的源代码
代码结果 4,040
www.eeworm.com/read/289265/8564107
h serialport.h
#ifndef __SerialPort__
#define __SerialPort__
void InitSerialComm(void);
void SendCharCom(unsigned char ch);
void SendStringCom(unsigned char *str,unsigned int strlen);
void Delay(unsigned int
www.eeworm.com/read/289265/8564194
h serialport.h
#ifndef __SerialPort__
#define __SerialPort__
void InitSerialComm(void);
void SendCharCom(unsigned char ch);
void SendStringCom(unsigned char *str,unsigned int strlen);
void Delay(unsigned int
www.eeworm.com/read/289265/8564256
h serialport.h
#ifndef __SerialPort__
#define __SerialPort__
void InitSerialComm(void);
void SendCharCom(unsigned char ch);
void SendStringCom(unsigned char *str,unsigned int strlen);
void Delay(unsigned int
www.eeworm.com/read/289265/8564329
h serialport.h
#ifndef __SerialPort__
#define __SerialPort__
void InitSerialComm(void);
void SendCharCom(unsigned char ch);
void SendStringCom(unsigned char *str,unsigned int strlen);
void Delay(unsigned int
www.eeworm.com/read/289265/8564405
h serialport.h
#ifndef __SerialPort_H__
#define __SerialPort_H__
void InitSerialComm(void);
void SendCharCom(unsigned char ch);
void SendStringCom(unsigned char *str,unsigned int strlen);
void Delay(unsigned
www.eeworm.com/read/432817/8570569
cpp serialport.cpp
//CSerialPortEx类是在Remon Spekreijse设计的CSerialPort类基础上设计的,并增加
//了对二进制数据传输和块读写方式的支持和其他功能函数。关于CSerialPort类的声明如下:
/*
** FILENAME CSerialPortEx.cpp
**
** PURPOSE This class can read, write and
www.eeworm.com/read/432817/8570591
h serialport.h
//CSerialPortEx类是在Remon Spekreijse设计的CSerialPort类基础上设计的,并增加
//了对二进制数据传输和块读写方式的支持和其他功能函数。关于CSerialPort类的声明如下:
/*
** FILENAME SerialPort.h
**
** PURPOSE This class can read, write and watc
www.eeworm.com/read/432817/8570628
obj serialport.obj
www.eeworm.com/read/432817/8570670
sbr serialport.sbr
www.eeworm.com/read/388520/8605032
cpp serialport.cpp
#include "StdAfx.h"
#include ".\serialport.h"
CSerialPort::CSerialPort(void)
{
m_hComm = INVALID_HANDLE_VALUE;
// m_hWriteThread = NULL;
m_hWatchThread = NULL;
m_fOpen = FALSE;
S