代码搜索:Serialport
找到约 4,040 项符合「Serialport」的源代码
代码结果 4,040
www.eeworm.com/read/279677/10404634
res serialport.res
www.eeworm.com/read/279677/10404638
bsc serialport.bsc
www.eeworm.com/read/279677/10404642
sbr serialport.sbr
www.eeworm.com/read/279677/10404644
pdb serialport.pdb
www.eeworm.com/read/279677/10404648
exe serialport.exe
www.eeworm.com/read/161433/10413499
cpp serialport.cpp
SerialPort::SerialPort()
{
memset(&mstcCycBufSpRecv,0,sizeof(mstcCycBufSpRecv));
mstcCycBufSpRecv.iBufSize=CPSP_MAXBUFSIZE_RECV;
//
mhCom=INVALID_HANDLE_VALUE;
//
mbRcvE
www.eeworm.com/read/161433/10413503
h serialport.h
//默认设置
#define CPSP_HWSET_DFTDATABITS 8 //串口默认数据位
#define CPSP_HWSET_DFTSTOPBITS ONESTOPBIT //串口默认停止位
#define CPSP_HWSET_DFTPARITY NOPARITY //串口默认校验位
#define CPSP_HWSET_DFTIN
www.eeworm.com/read/424700/10425345
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/424700/10425347
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/424700/10425360
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