代码搜索:senddata

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

代码结果 2,248
www.eeworm.com/read/150904/12250952

c e51p.c

//Easy 51Pro编程器 //E51p.c #include #include void Delay(ULONG nTimer) { for(nTimer;nTimer!=0;nTimer--) { } } BOOL WaitComm() { BYTE n=0; UINT nTimeOut;
www.eeworm.com/read/150904/12250956

c e51pro.c

////////////////////////////////////////////////////////////////////////////////////////////////// //E51Pro.c //Easy 51Pro编程器主程序,负责通讯,管理编程操作 ////////////////////////////////////////////////////////
www.eeworm.com/read/150904/12250962

m51 e51p.m51

BL51 BANKED LINKER/LOCATER V5.03 10/07/2003 00:07:48 PAGE 1 BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY: F:\WINSOFT\KEIL\C51\BIN\BL51.EX
www.eeworm.com/read/150904/12250989

lst e51pro.lst

C51 COMPILER V7.07 E51PRO 10/28/2003 18:27:17 PAGE 1 C51 COMPILER V7.07, COMPILATION OF MODULE E51PRO OBJECT MODULE PLACED IN
www.eeworm.com/read/338771/12284675

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/338699/12287897

c uart.c

/* | Description */ /*-------------------------------------------------------------------------*/ /*This is The Tms320lf2407A C source Program including SCI OCTO. 20, 2
www.eeworm.com/read/338664/12289504

c communicate.c

#define __COMMUNICATE #include "communicate.h" #undef __COMMUNICATE //********************** Global Variable ********************** unsigned char connect = 0; // 连接标记 unsigned char cLocalAdd
www.eeworm.com/read/150286/12300577

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/149999/12325857

txt mypro.c.txt

#include #include #include #define uint unsigned int #define uchar unsigned char sbit FCLK=P2^0; //单片机与FPGA联络信号 sbit PERIOD=P2^4; //1测周,0测频 sbit ENABLE=P2^6; /
www.eeworm.com/read/251431/12345478

c mcheckkey.c

#include #include "includekey.h" sbit swit=P3^7; //switch to the virtual key board void main(void) { unsigned char key=0,count=0,recvvalue=0; int loop=0; P3 = 1; swit = 0