搜索资源列表
Ration
- /*系统时钟采用 Fosc=7.373 定时器方式1的定时时间 Time=(65536-THTL)*2/Fosc,默认5ms 定时器1工作在16位,用作系统时钟 定时器0工作在16位,作为定时开始采样用,定时范围为0.1ms(0xfe8f)-15ms(0x27fe),默认为1ms=0xf19a,可以通过设置命令改变 串行口波特率由内部产生,11.059MHz->BRGR1:0=0x0050=115200Bps,0x00b0=57600Bps 7.373MHz->B
getGpsTime
- 使用串口获取标准GPS卫星时间的VB代码 1 获取GPS时间字串 2 演算UTC和当地时间差 3 纠正系统时间和卫星时间差 注:误差精度在5秒内(和计算机时钟以及GPS信号干扰有关)
串口存储器
- 提供I2C总线初始化、工作时的启始位、结束位、提供I2C总线的时钟信号,并返回在时钟电平为高期间 SDA信号线上状态。本函数可用于数据发送,也可用于数据接收-provide I2C bus initialization, the Start-end, provide the I2C bus clock signal, the clock and return to the high-level signal line during the SDA state. This function can
CC2530-16
- CC2530单片机基础实验,主要功能是实现了串口时钟的PC显示。-CC2530 MCU-based experiments, the main function is to achieve a PC serial port clock display.
uart
- 串口通讯rs232,时钟频率为40Mhz,波特率为19200,没有奇偶校验,在xilinx XC3S200A板子上验证过.-Serial communication rs232, clock frequency of 40Mhz, the baud rate to 19200, no parity, in the board on xilinx XC3S200A verified.
99273908STM32_USART
- STM32 串口调试的是个例子,都能用的,很好用,大家分享一下-USART
xxx
- //MSP430F149串口行实验程序 //使用ADC12采集实验,将采集到数据送向PC.(序列单次采集,采用定时器A作为时钟源) //P3.4为发送,P3.5为接收 晶体使32768HZ/8MHZ. 串行波特率B/S //使用SMCLK作为波特率发器时,不能使用LPM2,LPM3! -msp mcu c programming...
COMWR
- H.485串口通讯,取时钟系统时间,进行时间同步-H.485 Com Telecommunication. Get time online.
main
- 看门狗,初始化串口 ,系统时钟初始化 ,使能中断 ,MCLK 8M and SMCLK 1M-Watchdog, initialize the serial port, the system clock is initialized to interrupt, MCLK 8M and SMCLK 1M
Exp1
- 使用ADS开发环境的几个教学简单用得程序,Ex07:实验7 串口实验 Ex08:实验8 ADC实验 Ex09:实验9 实时时钟实验 Ex10:实验10 IIC总线应用实验 Ex11:实验11 NOR flash应用实验 Ex12:实验12 Nand flash应用实验 Ex13:实验13 LCD显示实验 Ex14:实验14 USB设备实验-ADS development environment with simple and used several teaching
freescale_SCI
- 介绍飞思卡尔8位单片机,包括SCI串口通信模块,SPI模块,与时钟模块,是一本飞思卡尔8位单片机实用教程。-Freescale introduces 8-bit microcontroller, serial communication modules, including SCI, SPI module, and the clock module is a practical tutorial Freescale 8-bit microcontroller.
c8051f020clock
- C8051F020的时钟显示程序。并且包含串口通信。-C8051F020 clock。
UART_1
- DSPIC30F5011串口测试程序,开发环境为MPLAB,设置时钟晶振4MHZ-DSPIC30F5011 serial port test program, the development environment MPLAB, set the clock oscillator 4MHZ
STC-UART
- 本例程是使用STC系列MCU做的模拟串口。用户根据自己的时钟和波特率自行设置后编译下载。使用串口助手向MCU发送数据,MCU收到后原样返回给PC。-This routine is the STC series MCU analog serial. Users according to their own clock and the baud rate to set compiler download. Serial assistant to send data to the MCU, th
Com232
- 在系统时钟为11.059MHZ时,设定串口波特率为9600bit/s 串口接收中断允许,发送中断禁止-At system clock is 11.059MHZ, set the serial port baud rate for 9600bit/s serial port interrupt enable, sending interrupt inhibit
myCalendars
- 基于java swing技术编写的万年历代码,含农历干支纪年、生肖、节日、纪念日、51MCU+12864串口万年历时钟等,代码完整带注释,作参考是挺不错的。-Based on technical writing java swing calendar code, including the Lunar Lunar calendar, Lunar New Year, holiday, anniversary, 51MCU+12864 serial calendar clock, etc., cod
myCalendars
- 基于java swing技术编写的万年历代码,含农历干支纪年、生肖、节日、纪念日、51MCU+12864串口万年历时钟等,代码完整带注释,作参考是挺不错的-Based on technical writing java swing calendar code, including the Lunar Lunar calendar, Lunar New Year, holiday, anniversary, 51MCU+12864 serial calendar clock, etc., code
async_receiver
- 用于RS232串口接收数据的verilog语言,时钟速率可改,可直接调用。- ON划词翻译ON实时翻译 Serial port for receiving data of the Verilog language, can be called directly.
GPRMC
- 通过串口读取gps时钟不同格式的数据,并显示相关经纬度、高度等信息(Read GPS data through serial and display)
NTP_WEATHER_01S
- 通过ESP8266获取天气数据及NTP时钟数据,并通过串口发送到单片机