代码搜索:Serialport
找到约 4,040 项符合「Serialport」的源代码
代码结果 4,040
www.eeworm.com/read/278060/10577154
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/278060/10577161
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/159989/10582298
cpp serialport.cpp
#include
#include
#include "qextserialport.h"
int main( int argc, char **argv )
{
QApplication a( argc, argv );
QPushButton hello( "Hello world!",
www.eeworm.com/read/159889/10593490
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/159889/10593517
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/277927/10593633
cpp serialport.cpp
//CSerialPortEx类是在Remon Spekreijse设计的CSerialPort类基础上设计的,并增加
//了对二进制数据传输和块读写方式的支持和其他功能函数。关于CSerialPort类的声明如下:
/*
** FILENAME SerialPort.cpp
**
** PURPOSE This class can read, write and watch
www.eeworm.com/read/277927/10593658
h serialport.h
//CSerialPortEx类是在Remon Spekreijse设计的CSerialPort类基础上设计的,并增加
//了对二进制数据传输和块读写方式的支持和其他功能函数。关于CSerialPort类的声明如下:
/*
** FILENAME SerialPort.h
**
** PURPOSE This class can read, write and watch on
www.eeworm.com/read/422934/10600910
cpp serialport.cpp
/*----------------------------------------------------------------------------*/
/* Copyright (c) FIRST 2008. All Rights Reserved. */
/* Open Source Software - may be modified and shared by
www.eeworm.com/read/422934/10601009
h serialport.h
/*----------------------------------------------------------------------------*/
/* Copyright (c) FIRST 2008. All Rights Reserved. */
/* Open Source Software - may be modified and shared by
www.eeworm.com/read/277720/10609981
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