代码搜索:Serialport
找到约 4,040 项符合「Serialport」的源代码
代码结果 4,040
www.eeworm.com/read/319001/13464546
vcb serialport.vcb
www.eeworm.com/read/319001/13464548
vcw serialport.vcw
Microsoft eMbedded Visual Tools Workspace File, Format Version 4.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
##########################################################################
www.eeworm.com/read/319001/13464550
aps serialport.aps
www.eeworm.com/read/318330/13481348
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/318330/13481355
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/317937/13493087
cs serialport.cs
using System;
using System.ComponentModel;
using System.Collections.Generic;
using System.Diagnostics;
using System.Text;
using System.IO.Ports;
namespace Tollkuci.GsmModem
{
///
www.eeworm.com/read/316734/13518273
cpp serialport.cpp
// SerialPort.cpp: implementation of the CSerialPort class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "SerialPort.h"
///////////////
www.eeworm.com/read/316734/13518274
h serialport.h
// SerialPort.h: interface for the CSerialPort class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SERIALPORT_H__2876D9C7_1016_429C_BAB0_8DDF4773DA7B
www.eeworm.com/read/316226/13528025