代码搜索:通讯接口
找到约 10,000 项符合「通讯接口」的源代码
代码结果 10,000
www.eeworm.com/read/434334/7873008
asm uart.asm
//========================================================================================================//
// 程序名称:uart.asm
// 功能描述:实现RS232通讯的UART初始化和UART的读写
// 日 期:2003/7/7
//===============
www.eeworm.com/read/243367/12946057
c 723.c
#include "socket.h"
/************关于本文档********************************************
*filename: select-server.c
*purpose: 演示网络异步通讯,这是服务器端程序
*http://www.solaux.com
**********************************
www.eeworm.com/read/140309/13088913
h psc.h
/** 2001.04.15 在初始化函数增加了等待服务器创建管道文件的语句 邱虎 **/
/*********************************************************************************/
/* 模块名 进程监控--通讯函数库
www.eeworm.com/read/321683/13400881
h define.h
#define CRYSTAL 11059200 //晶振11.0592MHZ
#define BAUD 19200 //通讯波特率38.4kbps
#define BAUD_SETTING (unsigned char)((unsigned long)CRYSTAL/(16*(unsigned
www.eeworm.com/read/321683/13400882
_h define._h
#define CRYSTAL 11059200 //晶振11.0592MHZ
#define BAUD 19200 //通讯波特率38.4kbps
#define BAUD_SETTING (unsigned char)((unsigned long)CRYSTAL/(16*(unsigned
www.eeworm.com/read/306697/13739981
~dfm comm.~dfm
object Fcomm: TFcomm
Left = 217
Top = 165
Width = 349
Height = 480
Caption = '通讯测试'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height =
www.eeworm.com/read/306697/13739984
dfm comm.dfm
object Fcomm: TFcomm
Left = 217
Top = 165
Width = 349
Height = 480
Caption = '通讯测试'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height =
www.eeworm.com/read/122501/6065628
gml socketc.gml
#define commsocket
#define IPLIST "169.254.159.182,169.254.159.182"
//
.通讯显示:text{
pid=desktop;zorder=top;zorder=zorder+8120;
bk=roundbar(#FFFFCC,6,#000066,-4,-1);
www.eeworm.com/read/407602/11413842
c sht1x.c
/**************************************************
温度湿度测量
采用: Sensirion SHT1x 温湿度传感器
通讯: IIC总线
***************************************************/
#include
#include