代码搜索:Serialport
找到约 4,040 项符合「Serialport」的源代码
代码结果 4,040
www.eeworm.com/read/421940/10678808
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/421940/10678843
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/421940/10678876
obj serialport.obj
www.eeworm.com/read/421940/10678910
sbr serialport.sbr
www.eeworm.com/read/421691/10709690
cpp serialport.cpp
// SerialPort.cpp: implementation of the CSerialPort class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "SerialPort.h"
#ifdef _DEBUG
www.eeworm.com/read/421691/10709698
h serialport.h
// SerialPort.h: interface for the CSerialPort class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SERIALPORT_H__FDD403B2_C96C_43DE_B6B5_9BECCF00ABF4
www.eeworm.com/read/350714/10717443
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/350714/10717491
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/158925/10720312
bas serialport.bas
Attribute VB_Name = "SerialPort"
Option Explicit
Global ComNum As Long
Global bRead(255) As Byte
Public Const GENERIC_READ = &H80000000
Public Const GENERIC_WRITE = &H40000000
Public Const O
www.eeworm.com/read/276522/10733010
cpp serialport.cpp
// SerialPort.cpp: implementation of the CSerialPort class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "SerialPort.h"
#ifdef _DEBUG