代码搜索:Serialport
找到约 4,040 项符合「Serialport」的源代码
代码结果 4,040
www.eeworm.com/read/418710/10934943
h serialport.h
//CSerialPortEx类是在Remon Spekreijse设计的CSerialPort类基础上设计的,并增加
//了对二进制数据传输和块读写方式的支持和其他功能函数。关于CSerialPort类的声明如下:
/*
** FILENAME SerialPort.h
**
** PURPOSE This class can read, write and watch on
www.eeworm.com/read/271135/11005488
cs serialport.cs
#region Using directives
using System;
using System.Windows.Forms;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;
using System.Threading;
#endre
www.eeworm.com/read/416765/11013816
cpp serialport.cpp
//CSerialPortEx类是在Remon Spekreijse设计的CSerialPort类基础上设计的,并增加
//了对二进制数据传输和块读写方式的支持和其他功能函数。关于CSerialPort类的声明如下:
/*
** FILENAME SerialPort.cpp
**
** PURPOSE This class can read, write and watch
www.eeworm.com/read/416765/11013827
h serialport.h
//CSerialPortEx类是在Remon Spekreijse设计的CSerialPort类基础上设计的,并增加
//了对二进制数据传输和块读写方式的支持和其他功能函数。关于CSerialPort类的声明如下:
/*
** FILENAME SerialPort.h
**
** PURPOSE This class can read, write and watch on
www.eeworm.com/read/416430/11025733
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/416430/11025744
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/416062/11042941
cpp serialport.cpp
/*
Module : SERIALPORT.CPP
Purpose: Implementation for an MFC wrapper class for serial ports
Created: PJN / 31-05-1999
History: PJN / 03-06-1999 1. Fixed problem with code using CancelIo which doe
www.eeworm.com/read/416062/11042970
h serialport.h
/*
Module : SERIALPORT.H
Purpose: Declaration for an MFC wrapper class for serial ports
Created: PJN / 31-05-1999
Copyright (c) 1999 - 2002 by PJ Naughter.
All rights reserved.
*/
/
www.eeworm.com/read/469447/6976802
cpp serialport.cpp
#include "serialport.h"
TSerialPort::TSerialPort(string ACommPort)
{
CommPort=ACommPort;
hComm = -1;
ClearCounters();
options.c_cflag=0;
//Setting character size to 8 bit
options.c_cflag &= ~CS
www.eeworm.com/read/469447/6976803
h serialport.h
#ifndef SERIALPORT_H_
#define SERIALPORT_H_
#include
#include
#include /* File control definitions */
#include /* Error number definitions */
usin