代码搜索:Serialport
找到约 4,040 项符合「Serialport」的源代码
代码结果 4,040
www.eeworm.com/read/183848/9135015
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/183848/9135039
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/281395/9158505
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/281395/9158511
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/183193/9175676
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/183193/9175692
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/379116/9207066
exe serialport.exe
www.eeworm.com/read/379090/9208027
h serialport.h
/*-------------------------------串口设置------------------------*/
void seriaportset(void)
{
TMOD=0X20; //timer1设为工作方式1
TH1=0XFD; //波特率初值
TL1=0XFD;
TR1=1; //启用时钟时钟1
SCON=0X70; //串口方式1
E
www.eeworm.com/read/378637/9220917
plg serialport.plg
Build Log
--------------------Configuration: SerialPort - Win32 Debug--------------------
Command Lines
Creating command line "link.exe /nologo
www.eeworm.com/read/378637/9220922