代码搜索:通讯接口
找到约 10,000 项符合「通讯接口」的源代码
代码结果 10,000
www.eeworm.com/read/253610/12209811
scc mssccprj.scc
[SCC]
SCC=This is a source code control file
[串口通讯.VBP]
SCC_Project_Name=this project is not under source code control
SCC_Aux_Path=
www.eeworm.com/read/253047/12246410
h uart.h
/*
*
* All rights reserved.
*
* 文件名称:uart.h
* 文件标识:uart
* 摘 要:串口通讯的宏定义
*
* 当前版本:
* 作 者:
* 完成日期:
*
*
*/
/*----------------------------------------------------------------------
www.eeworm.com/read/150417/12294096
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ComCtrls;
const
WM_COMMNOTIFY = WM_USER + 100; // 通讯消息
typ
www.eeworm.com/read/234364/14115270
c com.c
/**********************************************
IO 口模拟232通讯程序
占用定时器0
**********************************************/
#include
#define Fosc 11059200L
#define Baud 9600L
www.eeworm.com/read/128354/14302842
cnt wgl98.cnt
:Base wgl98.hlp
1 帮助
2 菜单内容=HID_CONTENT
2 文件=HID_FILE
2 图形=HID_GRAPH
2 通讯=HID_COMMUNICATION
www.eeworm.com/read/220286/14844178
c master.c
/**************************/
/*C语言多机通讯-从机(中断)*/
/**************************/
#include
#define uchar unsigned char
#define SLAVE 0x02
#define BN 16
/*************************/
uchar id
www.eeworm.com/read/206002/15302596
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
BorderStyle = 1 'Fixed Single
Caption = "基于事件驱动的串口通讯控件 Ver 1.0"
ClientHeight = 5970
ClientLeft = 45
ClientTop
www.eeworm.com/read/306545/3737303
cs addresslist.ascx.cs
/**************************************************************************************
作者:蒲丰.
创建日期:2003-11-24
修改者:
修改日期:
修改部分:
类功能: 通讯录查看用户控件 ..
****************************/
namespace OI.Us
www.eeworm.com/read/306545/3737622
cs addesslistcontor.aspx.cs
/**************************************************************************************
作者:蒲丰.
创建日期:2003-11-25
修改者:
修改日期:
修改部分:
类功能: 通讯录用户控件中datagrid显示功能.
****************************/
using
www.eeworm.com/read/195518/8146300
dpr server.dpr
program Server;
uses
Forms,
ServerPas in 'ServerPas.pas' {FrmServer};
{$R *.res}
begin
Application.Initialize;
Application.Title := '局域网通讯_监控端';
Application.CreateForm(TFrmServ