代码搜索:Serialport

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

代码结果 4,040
www.eeworm.com/read/221994/14712528

obj serialport.obj

www.eeworm.com/read/221994/14712531

res serialport.res

www.eeworm.com/read/221994/14712533

exe serialport.exe

www.eeworm.com/read/221994/14712534

aps serialport.aps

www.eeworm.com/read/122124/14719631

cpp serialport.cpp

www.eeworm.com/read/122124/14719639

h serialport.h

www.eeworm.com/read/121559/14751348

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/121559/14751353

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/221208/14753455

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
www.eeworm.com/read/221208/14753462

h serialport.h

#pragma once #include #include "baseport.h" #define SP_OK 0 class CSerialPort : public CBasePort { public: CSerialPort(void); ~CSerialPort(void); // property inquire