基本信息
源码名称:ATK-SIM900A GSM模块测试实验​ 串口通信
源码大小:0.78M
文件格式:.rar
开发语言:C/C++
更新时间:2021-12-02
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

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