代码搜索:Serialport
找到约 4,040 项符合「Serialport」的源代码
代码结果 4,040
www.eeworm.com/read/369199/9659718
h serialport.h
// SerialPort.h: interface for the CSerialPort class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SERIALPORT_H__FDD403B2_C96C_43DE_B6B5_9BECCF00ABF4
www.eeworm.com/read/173256/9664528
h serialport.h
/*--------------------------------------------------------------------------
SerialPort.H
Design for:T2
Author:xieqin
CopyRight:2004.8.3
----------------------------------------------------------
www.eeworm.com/read/369055/9666307
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/369055/9666310
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/173157/9670512
cpp serialport.cpp
/*
** FILENAME CSerialPort.cpp
**
** PURPOSE 本类能够读、写和监视串行口,
** 当串口状态发生变化时,该类向它的包含者发送消息。
** 读、写、监视串口的功能通过线程来实现,所以在串口操作时,
** 主程序仍能正常运行。
**
*/
#incl
www.eeworm.com/read/173157/9670513
h serialport.h
#ifndef __SERIALPORT_H__
#define __SERIALPORT_H__
#define WM_COMM_BREAK_DETECTED WM_USER+1 // A break was detected on input.
#define WM_COMM_CTS_DETECTED WM_USER+2 // The CTS (clear-to-send
www.eeworm.com/read/172847/9686033
java serialport.java
public class serialPort extends java.lang.Object
{
// open serial port at specified baud with other appropriate parameters.
// returns:
// 0 on success
// -1 on failure to open
www.eeworm.com/read/368437/9696542
cls serialport.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/171959/9728365
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/171959/9728369
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