搜索资源列表
-
0下载:
RS232.C was written to provide all of the basic functionality needed
to employ serial I/O in any application written with Borland C
language compilers. Some features are:
1. Ease of use. No assembly language or library files are use
-
-
0下载:
《LM3S系列CPU高性能串口驱动程序》
现在很多ARM7芯片已经使用了Cotex-M3内核,我开始接触这东西是从周立功的LM3S1138开始的。周立功提供的1138串口例程基本不具有实用性……
该驱动程序在利用LM3S系列CPU自身FIFO的同时,利用环形缓冲区构建了软件层的Buffer,采用中断方式进行Buffer读写,效率高,运行稳定,可用于透传、网关等各种大数据流量的场合。程序包含头文件,注释详尽;基于Stellaris外设驱动库编写,方便移植。并支持485通信,串口初始化数据自
-
-
0下载:
stm8的uart例程,不带库的,对uart进行初始化,向串口发送数据-stm8 the uart routines, without the library, on the uart to initialize, send data to the serial port
-
-
0下载:
STM32非固件库程序,ADC双模式,通过串口发送-STM32 firmware library procedures for non-, ADC dual-mode, through the serial port to send
-
-
0下载:
RTC时钟源为外部低速时钟,且外部低速时钟源的64分之一Tamper引脚(PC.13)上输出。
通过秒中断功能,在LED1(GPIO_Pin_0)上以2s为周期闪烁,并以1s为周期通过USART送出时间信息
(在串口调试软件上以24小时时间制显示)
USART1设置:波特率:9600
数据位:8
停止位:1
奇偶校验位:无
硬件流控制:无
注:编译时,Library Configuration应选为FULL,以使C库函数fputc映射到U
-
-
1下载:
此码为STM32微处理器在MDK3.5下基于STM32 STD3.0库的编译源码,实现的功能是将SD卡上的txt类型文件内容通过串口输出,测试读文件速度大约在1M BYTEs/s。-This code for the the STM32 microprocessor in MDK3.5 compile source the STM32 STD3.0 library, the function will be the speed of file txt type file on the SD ca
-
-
0下载:
开发环境stm32f103r8b6 + MDK version3.50 STM32固件库;通过串口设置实时时钟。-Development environment STM32F103R8B6+ MDK Version3.50 firmware library STM32 real time clock settings through the serial port.
-
-
0下载:
CC2540 蓝牙开发资料,在OSAL中实现了对串口及24L01的操作,对于24L01的操作有相对比较详细的说明,串口调用的是其库函数实现-CC2540 Bluetooth development information, OSAL implemented in serial port and 24L01 operations for 24L01 actions are relatively detailed descr iption, serial calling library functi
-
-
0下载:
stm32标准例子库函数,串口、看门狗、pwm、定时器等-STM32 standard example library function, serial port, watchdog, PWM, timer, etc.
-
-
0下载:
实验器材:
探索者STM32F4开发板
实验目的:
本实验为新建工程实验,仅供大家新建工程时参考。
新建工程详细步骤,请看《STM32F4开发指南-库函数版本》第3.3节。
硬件资源:
1,串口1(波特率:115200,PA9/PA10连接在板载USB转串口芯片CH340上面)
实验现象:
本实验下载后,串口1将不停的输出t的值,打开电脑串口调试助手即可查看现象。 -experiment equipment:
Explorer
-
-
0下载:
实验器材:
探索者STM32F4开发板
实验目的:
本实验为新建工程实验,仅供大家新建工程时参考。
新建工程详细步骤,请看《STM32F4开发指南-库函数版本》第3.3节。
硬件资源:
1,串口1(波特率:115200,PA9/PA10连接在板载USB转串口芯片CH340上面)
实验现象:
本实验下载后,串口1将不停的输出t的值,打开电脑串口调试助手即可查看现象。
注意事项:
无.
正
-
-
0下载:
作者 raojun 自己写的一个用库函数方式操作单片机来实现对工业设备的继电器进行控制,并且可以用单片机的串口通讯与外界的系统交互!同时增加了蓝牙通讯的通讯口!
后期您可以做一个手机 App 来控制自己的机器!
所需要的蓝牙模块是串口透型号的!成本二十元左右!(The author raojun wrote a library function to operate the single-chip microcomputer to control the relay of industria
-
-
0下载:
测试STM32F4的DSP 库的FFT函数,程序运行后,自动生成1024点测试序列,然后,每当KEY0按下后,调用DSP库的FFT算法(基4法)执行FFT运算,在LCD屏幕上面显示运算时间,同时将FFT结果输出到串口,DS0用于提示程序正在运行。(Test the FFT function of the DSP Library of STM32F4. After the program runs, the 1024 point test sequence is automatically gen
-