代码搜索:双串口
找到约 10,000 项符合「双串口」的源代码
代码结果 10,000
www.eeworm.com/read/402650/11531031
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by 基于单片机基站的串口通讯.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 10
www.eeworm.com/read/401990/11544899
cpp ceseries.cpp
/*-----------------------------------------
*
* 文件名称: CESeries.cpp
* 文件标识:
* 摘要:用于封装WINCE 串口通讯
*
* 当前版本: 1.0
* 作者: 王学宁
* 完成日期: 2009年1月1日
*
----------------------------------------*/
#inclu
www.eeworm.com/read/401356/11558728
pdm smssender.pdm
[Root]
Most Recent Package=Setup
[Package|Setup|Root]
SubWizProgID=PDWizard.SetupPkgSubWiz
BuildFolder=C:\Documents and Settings\xz\桌面\VB通过串口发送短消息\SMS_Sender(很好)\Package
[Package|Setup|Conf
www.eeworm.com/read/158363/11623282
cpp configdlg.cpp
// ConfigDlg.cpp : implementation file
//
#include "stdafx.h"
#include "串口监视.h"
#include "ConfigDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE
www.eeworm.com/read/158352/11623531
def serialio.def
;NAME
LIBRARY "Serialio.dll"
;DESCRIPTION '用于读写TC35T(串口)的动态链接库'
STACKSIZE 4096
;SECTION
EXPORTS
;VERSION
SerialINI @1
GetMsgID @2
ReadMessage @3
WriteMessage @4
GetMsgAmou
www.eeworm.com/read/157140/11737918
txt chuank.txt
Ounit whuart;
interface
uses
Windows,SysUtils;
type
EUart = Class(Exception);
TUart = class(TObject)
constructor Create;
destructor Destroy; override;
//打开串口,例:Open('COM1',CBR_9600,'n',8,1)
www.eeworm.com/read/344019/11912459
c tts.c
/*----------------------------------------------------------------
GPS采集及语音控制单元
1.语音控制TTS,串口0 1200波特率,每一包50个字节,长度过大需要分包控制
------------------------------------------------------------------*/
www.eeworm.com/read/251493/12341049
~dpr comassistant.~dpr
program ComAssistant;
uses
Forms,
main in 'main.pas' {FrmMain};
{$R *.res}
begin
Application.Initialize;
Application.Title := '中翼电子串口调试小助手v1.5';
Application.CreateForm(TFrmMain
www.eeworm.com/read/251493/12341083
dpr comassistant.dpr
program ComAssistant;
uses
Forms,
main in 'main.pas' {FrmMain};
{$R *.res}
begin
Application.Initialize;
Application.Title := '中翼电子串口调试小助手v1.5';
Application.CreateForm(TFrmMain
www.eeworm.com/read/232230/14202229
c shumaguan4.c
/**********************************************************************
**文件名:shumaguan4.c **
**功能:实现键盘(或串口输入)、数码管显示,实现计算器功能 **
**创建人:xingyuegu **
**创建日期:2006-9-10