代码搜索:多波束
找到约 6,820 项符合「多波束」的源代码
代码结果 6,820
www.eeworm.com/read/432975/8557908
ppt 第08讲-多址1.ppt
www.eeworm.com/read/288835/8603085
asm 搜多18b20_id.asm
www.eeworm.com/read/287676/8676359
doc 多机485通信(avr).doc
www.eeworm.com/read/429594/8800610
txt 13.1.6单片机多机通信.txt
#include
#define uchar unsigned char
#define SLAVE 0x02
#define NUMB 16
uchar idata rbuffer[16]
uchar idata tbuffer[16]={“master transmit”}
void error(void)
{
SBUF=0xff;
whi
www.eeworm.com/read/285298/8852080
txt 13.1.6单片机多机通信.txt
#include
#define uchar unsigned char
#define SLAVE 0x02
#define NUMB 16
uchar idata rbuffer[16]
uchar idata tbuffer[16]={“master transmit”}
void error(void)
{
SBUF=0xff;
whi
www.eeworm.com/read/284974/8880872
txt 13.1.6单片机多机通信.txt
#include
#define uchar unsigned char
#define SLAVE 0x02
#define NUMB 16
uchar idata rbuffer[16]
uchar idata tbuffer[16]={“master transmit”}
void error(void)
{
SBUF=0xff;
whi
www.eeworm.com/read/383530/8939850
txt 串口利用dma中的多帧.txt
1 McBSP(Multichannel Buffered Serial Port)串口利用DMA中的多帧(Multi-Frame)方式通信的中断处理
在实际通信应用中,一个突发之后,程序必须为下一个突发作准备。因此一般采用串口的DMA多帧方式但在串口以DMA方式传输数据时却有一些问题要讨论。首先DMA的传输同步事件应设McBSP的传输事件即XEVT,这样一字节传输后会自动准备另一字节(Mc ...
www.eeworm.com/read/186342/8944068
asm 多机通信—从机1.asm
www.eeworm.com/read/427118/8976536