下你所需,载你所想!
汇集开发技术源码资料

ATK-SIM900A GSM模块测试实验? 串口通信

:800.233KB :1 :2022-10-11 15:26:57

部分简介

ATK-SIM900A GSM模块测试实验? 串口通信如果开发者对于本文件有需要的可以参考。
ATK-SIM900A GSM模块测试实验 串口通信
.
└── 扩展实验5 ATK-SIM900A GSM模块测试实验
├── FATFS
│ ├── doc
│ │ ├── css_e.css
│ │ ├── css_j.css
│ │ ├── en
│ │ ├── img
│ │ │ ├── f1.png
│ │ │ ├── f2.png
│ │ │ ├── f3.png
│ │ │ ├── f4.png
│ │ │ ├── f5.png
│ │ │ ├── f6.png
│ │ │ ├── layers.png
│ │ │ ├── layers3.png
│ │ │ ├── modules.png
│ │ │ ├── rwtest.png
│ │ │ ├── rwtest2.png
│ │ │ └── rwtest3.png
│ │ ├── ja
│ │ └── updates.txt
│ ├── exfuns
│ │ ├── exfuns.c
│ │ ├── exfuns.h
│ │ ├── fattester.c
│ │ ├── fattester.h
│ │ └── mycc936.c
│ └── src
│ ├── 00readme.txt
│ ├── diskio.c
│ ├── diskio.h
│ ├── ff.c
│ ├── ff.h
│ ├── ffconf.h
│ ├── integer.h
│ └── option
│ ├── cc932.c
│ ├── cc936.c
│ ├── cc949.c
│ ├── cc950.c
│ ├── ccsbcs.c
│ ├── syscall.c
│ └── unicode.c
├── HARDWARE
│ ├── 24CXX
│ │ ├── 24cxx.c
│ │ ├── 24cxx.h
│ │ ├── myiic.c
│ │ └── myiic.h
│ ├── DMA
│ │ ├── dma.c
│ │ └── dma.h
│ ├── EXTI
│ │ ├── exti.c
│ │ └── exti.h
│ ├── FLASH
│ │ ├── flash.c
│ │ └── flash.h
│ ├── KEY
│ │ ├── key.c
│ │ └── key.h
│ ├── LCD
│ │ ├── FONT.H
│ │ ├── ILI93xx.c
│ │ └── LCD.h
│ ├── LED
│ │ ├── led.c
│ │ └── led.h
│ ├── RTC
│ │ ├── rtc.c
│ │ └── rtc.h
│ ├── SD
│ │ ├── MMC_SD.C
│ │ └── MMC_SD.H
│ ├── SPI
│ │ ├── spi.c
│ │ └── spi.h
│ ├── SRAM
│ │ ├── sram.c
│ │ └── sram.h
│ ├── TIMER
│ │ ├── timer.c
│ │ └── timer.h
│ ├── TOUCH
│ │ ├── touch.c
│ │ └── touch.h
│ ├── USART2
│ │ ├── usart2.c
│ │ └── usart2.h
│ ├── WDG
│ │ ├── wdg.c
│ │ └── wdg.h
│ └── WKUP
│ ├── wkup.c
│ └── wkup.h
├── MALLOC
│ ├── malloc.c
│ └── malloc.h
├── OBJ
│ └── test.hex
├── README.TXT
├── SIM900A
│ ├── sim900a.c
│ └── sim900a.h
├── SYSTEM
│ ├── delay
│ │ ├── delay.c
│ │ └── delay.h
│ ├── sys
│ │ ├── cortexm3_macro.h
│ │ ├── stm32f10x_conf.h
│ │ ├── stm32f10x_it.h
│ │ ├── stm32f10x_map.h
│ │ ├── stm32f10x_nvic.h
│ │ ├── stm32f10x_type.h
│ │ ├── sys.c
│ │ └── sys.h
│ └── usart
│ ├── usart.c
│ └── usart.h
├── TEXT
│ ├── fontupd.c
│ ├── fontupd.h
│ ├── text.c
│ └── text.h
├── USER
│ ├── JLinkLog.txt
│ ├── JLinkSettings.ini
│ ├── startup_stm32f10x_hd.s
│ ├── test.Opt
│ ├── test.Uv2
│ ├── test.c
│ ├── test.uvgui.Administrator
│ ├── test.uvopt
│ └── test.uvproj
├── USMART
│ ├── readme.txt
│ ├── usmart.c
│ ├── usmart.h
│ ├── usmart_config.c
│ ├── usmart_str.c
│ └── usmart_str.h
└── keilkill.bat
36 directories, 107 files

ATK-SIM900A GSM模块测试实验? 串口通信

热门推荐

相关文章