代码搜索:senddata
找到约 2,248 项符合「senddata」的源代码
代码结果 2,248
www.eeworm.com/read/187304/8834379
c uart.c
#include "includes.h"
#include "uart.h"
/*设置波特率子函数*/
void SetBaud(uint baud)
{
TH1 = 256 - OSC / baud / 32 / 12;
TL1 = TH1;
}
void SendData0(void)
{
SendBuf[0] = 'B';
Sen
www.eeworm.com/read/371114/9565189
asm mp3hal.asm
.include ..\spce061\061reg.inc
.public _F_SIO_SendData
.public _F_SIO_WailDERQ
.public _F_SPI_WriteWord
.public _F_SPI_ReadWord
.code
// Function: unsigned int F_SPI_ReadWord(void)
_F_SPI_Read
www.eeworm.com/read/459256/1571099
h data.h
#include "port.h"
class CData
{
public:
CPort m_port;
BOOL senddata(char *datastr);
//送数据
BOOL recvdata();
//接收数据,0x11为正确,0x88为错误
BOOL InitPort(UINT portnr,UINT baud,ch
www.eeworm.com/read/312282/3673637
h data.h
#include "port.h"
class CData
{
public:
CPort m_port;
BOOL senddata(char *datastr);
//送数据
BOOL recvdata();
//接收数据,0x11为正确,0x88为错误
BOOL InitPort(UINT portnr,UINT baud,ch
www.eeworm.com/read/310936/3688834
c emulationdatatransandrecive.c
#include
#include
#include
#include
#include "mac_headers.h"
#pragma comment(lib, "wsock32.lib")
#define DEFAULT_PORT 2000
void sendData(MAC_TX_PACK
www.eeworm.com/read/310846/3689368
h data.h
#include "port.h"
class CData
{
public:
CPort m_port;
BOOL senddata(char *datastr);
//送数据
BOOL recvdata();
//接收数据,0x11为正确,0x88为错误
BOOL InitPort(UINT portnr,UINT baud,ch
www.eeworm.com/read/442625/7648684
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by modem_demo.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
www.eeworm.com/read/239695/13261009
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by modem_demo.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
www.eeworm.com/read/319117/13459884
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by modem_demo.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
www.eeworm.com/read/130568/5952779
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by SServer.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#d