代码搜索:双机通讯

找到约 6,822 项符合「双机通讯」的源代码

代码结果 6,822
www.eeworm.com/read/451717/7457626

pr~ usart串口通讯例子.pr~

[Project] Toolset=AVR FormatVersion=2 Files=1 OpenedFiles=1 Top0=202 Left0=5 Height0=330 Width0=489 Active0=0 State0=1 OF1=usart串口通讯例子.c Top1=-30 Left1=-4 Height1=577 Width1=724 Row1=2
www.eeworm.com/read/451717/7457627

rom usart串口通讯例子.rom

000000:C020 000001:CFFE 000002:CFFD 000003:CFFC 000004:CFFB 000005:CFFA 000006:CFF9 000007:CFF8 000008:CFF7 000009:CFF6 00000A:CFF5 00000B:CFF4 00000C:CFF3 00000D:CFF2 00000E:CFF1 00000
www.eeworm.com/read/434790/7801576

txt 通讯录程序.txt

#include #include #include #include #define M 50 struct person //定义数据结构 { char name[10]; char phone[12]; char address[30]; }p[M]; FILE *fp; //调
www.eeworm.com/read/399506/7855904

txt 多机通讯程序.txt

初学者:who can help me? [叮当] [61次] 01-5-24 上午 09:07:20 小妹我要完成一课题,单片机多机通信(89c51),现在时间快到了,而我却毫无头绪!! (对这不感兴趣)哪位大哥能帮一下忙,提供程序(汇编),在这里我先谢过了!! (具体要求:单片机一对多通信,主机用轮询方式与从机通信,演示以LED显示器演示,好像 是主机发送一个数字,从机接收并用LED显 ...