代码搜索:senddata
找到约 2,248 项符合「senddata」的源代码
代码结果 2,248
www.eeworm.com/read/393093/8312780
h comm.h
#include "winsock2.h"
#include
#include
#include "iostream.h"
#include "fstream.h"
class WComm
{
public:
WComm();
int connectServer(char*,int);
int sendData
www.eeworm.com/read/124681/14554234
c timer0.c
/*
*********************************************************************************************************
* timer0
*
www.eeworm.com/read/187785/8601092
cpp senddatadlg.cpp
// SendDataDlg.cpp : implementation file
//
#include "stdafx.h"
#include "SendData.h"
#include "SendDataDlg.h"
#include "ComOper.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
st
www.eeworm.com/read/382745/9003699
c udisk.c
//#include "stdafx.h"
//#include "CommPort.h"
//extern CCommPort Comm;
//#define SendResponse(buff,len) Comm.SendData(buff, NULL, len, 10000, 1, 0, FALSE); //发送数据
#include "config.h"
#includ
www.eeworm.com/read/380968/9118527
h slavewr.h
#ifndef _slaveWR_h
#define _slaveWR_h
#include
extern unsigned char Saddress,Scommand,Sdata,SendData,Scommand2;
extern persistent unsigned char TransData[15];
void SSP_Handle();
www.eeworm.com/read/263918/11337225
h nrf905.h
#define bufSIZE 100
#define SIZE 32
extern uchar TxBuf[bufSIZE],RxBuf[bufSIZE];
extern void nrf905_Init(void);
extern void nrf905_SendData(void);
extern void RfSendProc(void);
extern void
www.eeworm.com/read/263918/11337274
_h nrf905._h
#define bufSIZE 100
#define SIZE 32
extern uchar TxBuf[bufSIZE],RxBuf[bufSIZE];
extern void nrf905_Init(void);
extern void nrf905_SendData(void);
extern void RfSendProc(void);
extern void
www.eeworm.com/read/149267/12391370
c maikuan.c
#include
unsigned char e;
senddata(unsigned char,unsigned char);
setoff();
delay(long int);
void clock(void) //clock det
{
unsigned char e;
WDTCN=0xde; //CLOSE
www.eeworm.com/read/13718/280800
h gsmutils.h
#ifndef __GSM_UTILS_H__
#define __GSM_UTILS_H__
void gsm_init ( void );
int AT_sendDATA ( unsigned char * pData, int nbytes, char c );
int AT_sendCMD ( unsigned char * pCMD, CmdRspHandler
www.eeworm.com/read/26219/955785
c spi发送一字节子程序.c
/*************************************************
SPI发送一字节子程序
入口参数:要发送到字节;
*************************************************/
void SendData(uchar s)
{
SPDAT=s;
while((SPSTAT&0x80)==0x00)