代码搜索结果

找到约 10,322 项符合 Communication 的代码

twi.h

// This is a headfile for twi communication #include #include #include #include #define num 4 //Interrupt 中断入口地址 #pragma interrupt_handler twi_isr:18

twi._h

// This is a headfile for twi communication #include #include #include #include #define num 4 //Interrupt 中断入口地址 #pragma interrupt_handler twi_isr:18

twi.h

// This is a headfile for twi communication #include #include #include #include //Interrupt 中断入口地址 #pragma interrupt_handler twi_isr:18 //函数声明 vo

myuart.cnt

:Base MyUART.hlp 1 A program concern with Uart Communication and MFC programming:) 2 =HIDD_MYUART_DIALOG

serialctl.hpp

/******************************************************************** file base: SerialCtl file ext: hpp purpose: Use to control the signal of serial communication. *************************

serialctl.cpp

/******************************************************************** file base: SerialCtl file ext: hpp purpose: Use to control the serial communication's signal. ********************

readme.txt

Debug Communication Channel (DCC) ================================= The example code in this directory illustrates the use of the Debug Communication Channel (DCC) as described in the ADS Develo

serial communication.m51

BL51 BANKED LINKER/LOCATER V6.00 07/31/2006 13:52:30 PAGE 1 BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY: E:\PROGRAM FILES\KEIL\C51\BIN\B

serial communication.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {

initialsystem.c

#include "reg52.h" #include "string.h" #include "communication.h" void InitPort(void) { P0=0x00; P1=0x00; P2=0x00; } void InitSerialPort(void) //串口设置初始化 { TMOD=TMOD&0