代码搜索:Serialport
找到约 4,040 项符合「Serialport」的源代码
代码结果 4,040
www.eeworm.com/read/276522/10733016
h serialport.h
// SerialPort.h: interface for the CSerialPort class.
#ifndef __SERIALPORT_H__
#define __SERIALPORT_H__
//---定义消息名称
#define WM_COMM_BREAK_DETECTED WM_USER+1 // 输入产生中断
#define WM_COMM_CTS_DET
www.eeworm.com/read/276306/10749554
c serialport.c
#include /*标准输入输出定义*/
#include /*文件控制定义*/
#include /*PPSIX 终端控制定义*/
#include /*错误号定义*/
#include "serialPort.h"
/**
*@
www.eeworm.com/read/276306/10749557
h serialport.h
#ifndef __SERIALPORT__
#define __SERIALPORT__
#define FALSE 0
#define TRUE 1
/**
*@brief 设置串口通信速率
*@param fd 类型 int 打开串口的文件句柄
*@param speed 类型 int 串口速度
*@return void
*/
void set_speed(int
www.eeworm.com/read/350254/10752418
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/350254/10752420
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/350254/10752429
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/350254/10752441
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/276203/10753761
ico serialport.ico
www.eeworm.com/read/276203/10753764
vcp serialport.vcp
# Microsoft eMbedded Visual Tools Project File - Name="SerialPort" - Package Owner=
# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
# ** DO NOT EDIT **
# TARGTYPE "
www.eeworm.com/read/276203/10753766