代码搜索:senddata
找到约 2,248 项符合「senddata」的源代码
代码结果 2,248
www.eeworm.com/read/239806/13256149
ini easyarm.ini
[Com]
Port=1
Baudrate=115200
Parity=0
DataBit=8
StopBit=0
[KeyName]
Key0=0
Key1=1
Key2=2
Key3=3
Key4=4
Key5=5
Key6=6
Key7=7
Key8=8
Key9=9
Key10=10
Key11=11
Key12=12
Key13=13
Key
www.eeworm.com/read/137765/13299788
asm ta9257.asm
org 0h
jmp start
org 0bh
jmp keyscan
start:
mov sp,#70h
mov p2,#00h
mov a,#00101000b
call writecom
mov a,#00
www.eeworm.com/read/239154/13300763
c 用七段数码管显示数字.c
#include
#include
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define ulong unsigned long
#define
www.eeworm.com/read/137727/13302607
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/323971/13303811
h nrf905.h
#define SIZE 32
extern uchar TxBuf[SIZE],RxBuf[SIZE];
extern void nrf905_Init();
extern void nrf905_SendData();
extern void nrf905_ReadData();
www.eeworm.com/read/137421/13322536
c osdm.c
/****************************************************************************
+----------------------------------------------------------------------+
| Copyright Trumpion Microelectronics Inc
www.eeworm.com/read/322903/13361684
c serial port.c
/******************************************************************
* *
* ME500单片机开发系统演示程序 - 串行通迅(中断方式) *
*
www.eeworm.com/read/321903/13393411
h nrf905.h
#define SIZE 32
extern uchar TxBuf[SIZE],RxBuf[SIZE];
extern void nrf905_Init();
extern void nrf905_SendData();
extern void nrf905_ReadData();
www.eeworm.com/read/319355/13453118
bak control.c.bak
#include
#include
#include /* Needed if linking in external compiler; harmless otherwise */
#include
#include "control.h"
static int panelHandle;
www.eeworm.com/read/319355/13453119
c control.c
#include
#include
#include /* Needed if linking in external compiler; harmless otherwise */
#include
#include "control.h"
static int panelHandle;