代码搜索:数据通信
找到约 174 项符合「数据通信」的源代码
代码结果 174
www.eeworm.com/read/294210/8246303
sdi main.sdi
000B,,,DAT BIT P3.7 ;数据通信口
,,,swpH equ 0d2H
,,,swpL equ 0ffH
,,,WDLSB DATA 30H ;读出的温度低字节
,,,WDMSB DATA 31H ;读出的温度高字节
,,,;**********************************************************
www.eeworm.com/read/288990/8588127
c hk.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
uchar Rl,Rh;//温度低位,温度高位
uchar a,c;//中间变量
sbit DQ=P3^7;//数据通信线
uchar ge, shi, bai, shifen,baifen,qia
www.eeworm.com/read/388537/8602961
frm 通信测试_文本.frm
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form Form1
Caption = "RS232的文本数据通信(070120001 李忠良)"
ClientHeight = 7230
Clien
www.eeworm.com/read/452715/7434336
asm ds18b20.asm
;本程序测量温度范围:0~125度,精确到0.06;
DAT BIT P3.0 ;数据通信口
WDLSB DATA 30H ;读出的温度低字节
WDMSB DATA 31H ;读出的温度高字节
;***************************************************************
ORG 0000H
LJMP MAIN
ORG 00
www.eeworm.com/read/327655/13068876
h db18b20.h
#ifndef __DB18B20_H__
#define __DB18B20_H__
#define uchar unsigned char
#define uint unsigned int
uint tplsb,tpmsb; // 温度值低位、高位字节
sbit DQ = P3^5; // 数据通信线DQ
/* 延时t毫秒 */
void delay(uint t
www.eeworm.com/read/294210/8246287
asm main.asm
DAT BIT P3.7 ;数据通信口
swpH equ 0d2H
swpL equ 0ffH
WDLSB DATA 30H ;读出的温度低字节
WDMSB DATA 31H ;读出的温度高字节
;***************************************************************
ORG 0000H
LJMP MA
www.eeworm.com/read/306276/13747994
c 11.c
#include
#define uchar unsigned char
#define uint unsigned int
uchar l,m,s;
sbit diao=P3^5;
uchar tplsb,tpmsb;//温度值低位,高位字节
sbit DQ=P3^7;//数据通信线
/*延时t毫秒*/
void delay(uint t)
{ u
www.eeworm.com/read/306276/13747995
c 1.c
#include
#define uchar unsigned char
#define uint unsigned int
uchar l,m,s;
sbit diao=P3^5;
uchar tplsb,tpmsb;//温度值低位,高位字节
sbit DQ=P3^7;//数据通信线
/*延时t毫秒*/
void delay(uint t)
{ u
www.eeworm.com/read/306276/13747996
txt 成功的程序1.txt
#include
#define uchar unsigned char
#define uint unsigned int
uchar l,m,s;
sbit diao=P3^5;
uchar tplsb,tpmsb;//温度值低位,高位字节
sbit DQ=P3^7;//数据通信线
/*延时t毫秒*/
void delay(uint t)
{ u
www.eeworm.com/read/10834/190978
asm xl.asm
;本程序测量温度范围:0~125度,精确到0.06;
DAT BIT P3.0 ;数据通信口
WDLSB DATA 30H ;读出的温度低字节
WDMSB DATA 31H ;读出的温度高字节
;***************************************************************
ORG 0000H
LJMP MAIN
ORG 000BH