代码搜索:通讯接口

找到约 10,000 项符合「通讯接口」的源代码

代码结果 10,000
www.eeworm.com/read/451717/7457621

prj usart串口通讯例子.prj

[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/7457622

inc usart串口通讯例子.inc

__GLOBAL_INI_TBL: .DW 0 _0x0D:
www.eeworm.com/read/451717/7457623

map usart串口通讯例子.map

CodeVisionAVR C Compiler V1.25.8 Standard (C) Copyright 1998-2007 Pavel Haiduc, HP InfoTech s.r.l. http://www.hpinfotech.com File: E:\单片机资料\AVR_M48_CD\AVR-M48基本型实验板\USART串口通讯例子-M8\USART串口通讯例子.c
www.eeworm.com/read/451717/7457624

i usart串口通讯例子.i

/***************************************************** CodeWizardAVR V1.24.8d Professional Clock frequency : 7.372800 MHz 波特率9600/8个数据位 /1个停止位 /无校验 实验板硬件设置 1: J5的2个跳线帽短接,使用外部晶振7.3728MHz(需要设
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; //调