代码搜索:senddata

找到约 2,248 项符合「senddata」的源代码

代码结果 2,248
www.eeworm.com/read/361442/10051796

lst can.lst

C51 COMPILER V7.10 CAN 09/18/2008 14:09:31 PAGE 1 C51 COMPILER V7.10, COMPILATION OF MODULE CAN OBJECT MODULE PLACED IN can
www.eeworm.com/read/165655/10055156

c debug.c

#include #include "Debug.H" xdata unsigned char hex[]={"0123456789ABCDEF"}; //为ascii-》hex的转换表 /* void DebugInit(void) { TMOD=0x21; SCON=0x50; TH1=0xfd; TL1=0xfd ; IP=0x1
www.eeworm.com/read/361115/10066409

c serial_comm_2.c

/********************************************** * File: Serial_Comm_2.C * Description: Serial Communication Example 2 Echo * Created Date: 2007-10-01 * Last Modified: 2007-10-01 * Auth
www.eeworm.com/read/359873/10119333

h serial.h

#ifndef _SERIAL_ #define _SERIAL_ #define BAUDRATE0 115200 // 用户定义的UART0 波特率 #define DB_SENDMAXSIZE 0x80 #define DB_RECMAXSIZE 0x80 void init_serial(void); void OpenComm(void); void SendC
www.eeworm.com/read/356724/10222035

txt can 总线通信实验.txt

//Main.c //CAN发送与接收程序,波特率设置为125kbps,标准帧,ID=0x024 #include "global.c" void SystemInit(); void Timer1Init(); void KickDog(); void Can_Init(); void Can_Send(); int numled0=200; unsigned i
www.eeworm.com/read/281013/10272529

txt can 总线通信实验.txt

//Main.c //CAN发送与接收程序,波特率设置为125kbps,标准帧,ID=0x024 #include "global.c" void SystemInit(); void Timer1Init(); void KickDog(); void Can_Init(); void Can_Send(); int numled0=200; unsigned i
www.eeworm.com/read/280322/10339729

cpp t6963c.cpp

/*////////////////////////////////////////////////////////////////////////// Orgnization: Emtronix Incorporated Filename: T6963C.CPP Compiler: BC3.1 Authors: ZHL & CS Date: October, 2002 Revise
www.eeworm.com/read/280322/10339872

cpp t6963c.cpp

/*////////////////////////////////////////////////////////////////////////// Orgnization: Emtronix Incorporated Filename: T6963C.CPP Compiler: BC3.1 Authors: ZHL & CS Date: October, 2002 Revise
www.eeworm.com/read/280322/10340096

cpp t6963c.cpp

/*////////////////////////////////////////////////////////////////////////// Orgnization: Emtronix Incorporated Filename: T6963C.CPP Compiler: BC3.1 Authors: ZHL & CS Date: October, 2002 Revise
www.eeworm.com/read/280025/10365575

c ramtest.c

#include "DSP28_Device.h" #include "ext_inf.h" unsigned int Led_Flag; void SendData(Uint16 data); void main(void) { /*初始化系统*/ InitSysCtrl(); /*关中断*/ DINT; IER = 0x0000; IFR