文件名称:Ex001-printf-scanf
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2016-03-19
- 文件大小:
- 308kb
- 下载次数:
- 0次
- 提 供 者:
- r**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
发送 txtest 命令,或者点击“上传测试”按钮。目标板接收到此命令后会连续发送数据包,
* 每个包的大小为1400字节。TcpTest软件会显示通信速度。
* 注:由于缺省时windows对TCP包会延迟200ms再确认,导致每秒只能上传5包。实测上传速度
* 为7000字节/秒。
* 如果勾选了“收到数据后立即应答”,则TcpTest收到数据后会发送1个字符‘A ,这样就可以实现
* 及时应答。实测上传速度为 1.2M字节/秒。-Send txtest command, or click on the Upload Test button. Continuously sent after the target board receives this command data packet,
* The size of each packet is 1400 bytes. TcpTest software displays the communication speed.
* Note: Due to windows of TCP packet will delay 200ms then confirm by default, resulting in only upload 5 per package. Found upload speed
* 7000 bytes/second.
* If the data immediately after receiving the response, the TcpTest sends a character A after receiving the data, this can be achieved
* Timely response. Found upload speed of 1.2M bytes/sec.
* 每个包的大小为1400字节。TcpTest软件会显示通信速度。
* 注:由于缺省时windows对TCP包会延迟200ms再确认,导致每秒只能上传5包。实测上传速度
* 为7000字节/秒。
* 如果勾选了“收到数据后立即应答”,则TcpTest收到数据后会发送1个字符‘A ,这样就可以实现
* 及时应答。实测上传速度为 1.2M字节/秒。-Send txtest command, or click on the Upload Test button. Continuously sent after the target board receives this command data packet,
* The size of each packet is 1400 bytes. TcpTest software displays the communication speed.
* Note: Due to windows of TCP packet will delay 200ms then confirm by default, resulting in only upload 5 per package. Found upload speed
* 7000 bytes/second.
* If the data immediately after receiving the response, the TcpTest sends a character A after receiving the data, this can be achieved
* Timely response. Found upload speed of 1.2M bytes/sec.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Ex001-串口printf和scanf
.......................\Libraries
.......................\.........\CMSIS
.......................\.........\.....\Core
.......................\.........\.....\....\CM3
.......................\.........\.....\....\...\core_cm3.c
.......................\.........\.....\....\...\core_cm3.h
.......................\.........\.....\....\...\startup
.......................\.........\.....\....\...\.......\arm
.......................\.........\.....\....\...\.......\...\startup_stm32f10x_cl.s
.......................\.........\.....\....\...\.......\...\startup_stm32f10x_hd.s
.......................\.........\.....\....\...\.......\...\startup_stm32f10x_ld.s
.......................\.........\.....\....\...\.......\...\startup_stm32f10x_md.s
.......................\.........\.....\....\...\.......\gcc
.......................\.........\.....\....\...\.......\...\startup_stm32f10x_cl.s
.......................\.........\.....\....\...\.......\...\startup_stm32f10x_hd.s
.......................\.........\.....\....\...\.......\...\startup_stm32f10x_ld.s
.......................\.........\.....\....\...\.......\...\startup_stm32f10x_md.s
.......................\.........\.....\....\...\.......\iar
.......................\.........\.....\....\...\.......\...\startup_stm32f10x_cl.s
.......................\.........\.....\....\...\.......\...\startup_stm32f10x_hd.s
.......................\.........\.....\....\...\.......\...\startup_stm32f10x_ld.s
.......................\.........\.....\....\...\.......\...\startup_stm32f10x_md.s
.......................\.........\.....\....\...\stm32f10x.h
.......................\.........\.....\....\...\system_stm32f10x.c
.......................\.........\.....\....\...\system_stm32f10x.h
.......................\.........\.....\....\Documentation
.......................\.........\.....\....\.............\CMSIS_Core.htm
.......................\.........\.....\License.doc
.......................\.........\STM32F10x_StdPeriph_Driver
.......................\.........\..........................\inc
.......................\.........\..........................\...\misc.h
.......................\.........\..........................\...\stm32f10x_adc.h
.......................\.........\..........................\...\stm32f10x_bkp.h
.......................\.........\..........................\...\stm32f10x_can.h
.......................\.........\..........................\...\stm32f10x_crc.h
.......................\.........\..........................\...\stm32f10x_dac.h
.......................\.........\..........................\...\stm32f10x_dbgmcu.h
.......................\.........\..........................\...\stm32f10x_dma.h
.......................\.........\..........................\...\stm32f10x_exti.h
.......................\.........\..........................\...\stm32f10x_flash.h
.......................\.........\..........................\...\stm32f10x_fsmc.h
.......................\.........\..........................\...\stm32f10x_gpio.h
.......................\.........\..........................\...\stm32f10x_i2c.h
.......................\.........\..........................\...\stm32f10x_iwdg.h
.......................\.........\..........................\...\stm32f10x_pwr.h
.......................\.........\..........................\...\stm32f10x_rcc.h
.......................\.........\..........................\...\stm32f10x_rtc.h
.......................\.........\..........................\...\stm32f10x_sdio.h
.......................\.........\..........................\...\stm32f10x_spi.h
.......................\.........\..........................\...\stm32f10x_tim.h
.......................\.........\..........................\...\stm32f10x_usart.h
.......................\.........\..........................\...\stm32f10x_wwdg.h
.......................\.........\..........................\src
.......................\.........\..........................\...\misc.c
.......................\.........\..........................\...\stm32f10x_adc.c
....................