DL : 0
What is it?
A generic stand-alone MIPS program that can do printf on a standard UART.
requirements:
. CPU has CP0 structure (r4k compatible)
Configure:
--------------Debian Etch MIPS image for QEMU
-
Date : 2009-01-21
Size : 6.54kb
User : dtqaz123
DL : 0
//串口编程--接收PC发过来的字符串,回发字符串.发送期间中断控制LED灯闪烁
//采用外部晶振22.1184MHz 使用定时器1,方式2产生波特率,SMOD = 0或者1
//定时器初值X=256-SYSCLK*(SMOD+1)/(BAUDRATE*384)
Date : 2009-02-18
Size : 4.33kb
User : mcumcu
DL : 0
/*串行口操作模式1:8位UART,波特率可变,11.0592晶振*/
TMOD = 0x20 /*定时器*计数器1的操作模式为2*/
PCON = 0x80|PCON /*SMOD 置1*/
TH1 = 0xfd /*定时器1的重装载值,此时若SMOD=0,9.6K SMOD=1,19.2K*/
TR1 = 1 /*定时器*计数器1开始工作*/
REN = 1 /*允许串行口接收*/-/* serial port mode 1:8 bit UART, variable baud rate, crystal* 11.0592/TMOD = 0x20/** timer counter a mode of operation for 2*/P CON = 0x80 | PCON/* 1* SMOD home/0xfd TH1 =/* Incorporation of a timer contains the value at this time if SMOD = 0,9.6 SMOD K = 1, 19.2K*/TR1 = 1/** counter a timer to start work*/ticker = 1/* Allow Serial Port receiver* /
Date : 2025-07-16
Size : 50kb
User : rty
DL : 0
/*串行口操作模式1:8位UART,波特率可变,11.0592晶振*/
TMOD = 0x20 /*定时器*计数器1的操作模式为2*/
PCON = 0x80|PCON /*SMOD 置1*/
TH1 = 0xfd /*定时器1的重装载值,此时若SMOD=0,9.6K SMOD=1,19.2K*/
TR1 = 1 /*定时器*计数器1开始工作*/
REN = 1 /*允许串行口接收*/-/* serial port mode 1:8 bit UART, variable baud rate, crystal* 11.0592/TMOD = 0x20/** timer counter a mode of operation for 2*/P CON = 0x80 | PCON/* 1* SMOD home/0xfd TH1 =/* Incorporation of a timer contains the value at this time if SMOD = 0,9.6 SMOD K = 1, 19.2K*/TR1 = 1/** counter a timer to start work*/ticker = 1/* Allow Serial Port receiver* /
Date : 2025-07-16
Size : 64kb
User : rty
DL : 0
coldfire5307 cpu的串行通信源码
已经在diab下编译通过在singlestep下调试成功
-coldfire5307 cpu serial communication source in DIAB compiler through the s under Debugging successful inglestep
Date : 2025-07-16
Size : 528kb
User : wanglei
DL : 0
这是MSP430异步串行通信代码。是点对点的通信代码。欢迎下载。-asynchronous serial communication code. Is a point-to-point communications code. Welcome to download.
Date : 2025-07-16
Size : 4kb
User : leo
DL : 0
串口程序,基于VHDL 的,很好的程序
快下吧-Serial procedures, based on VHDL, and a very good program, are you fast
Date : 2025-07-16
Size : 564kb
User : 张俊
DL : 0
CC2430串口通信测试程序。程序是基于IAR软件编写的。结果为:接通串口,复位,用串口测试软件测试,可以看到PC机发送到单片机的任何数据被原样返回。-CC2430 serial communications testing procedures. Procedure is based on the IAR software prepared. Results for: access to serial, reset, using serial testing of software testing, we can see PC machine is sent to the MCU as the return of any data.
Date : 2025-07-16
Size : 11kb
User : dxvc
DL : 1
AT91SAM7X系ARM系统开发功能测试程序,如果你着手用AT91SAM来进行系统开发,这是确实是个很好的资料,有了他,会助你一臂之力.本源码是ADS1.2下的源码,用于UASRT异步串口功能测试-ARM System Development Department AT91SAM7X functional test procedures, if you proceed with AT91SAM for systems development, this is indeed a very good information, with him will help you. ADS1.2 of the source code is under source code for UASRT asynchronous serial functional tests
Date : 2025-07-16
Size : 1.24mb
User : 龙觊峰
DL : 0
非常适用于飞思卡尔初学者!包括ADC,PWM,TPM,SCI(UART)等等,实用经典-Freescale is suitable for beginners! Including ADC, PWM, TPM, SCI (UART), etc., practical classic
Date : 2025-07-16
Size : 455kb
User : 万建武
DL : 0
台弯义隆芯片UART串行控制实例说明Application of UART 。-Taiwan bending Elan chip UART serial control examples Application of UART.
Date : 2025-07-16
Size : 202kb
User : 2458599
DL : 0
软件UART程序,用PCA做波特率发生器,使用的是C8051F000单片机-Software UART procedure, PCA to do with the baud rate generator, using a single-chip C8051F000
Date : 2025-07-16
Size : 6kb
User : 张雪梅
DL : 1
pic full duplex uart p ic full duplex uart-pic full duplex uart pic full duplex uart pic full duplex uart
Date : 2025-07-16
Size : 3kb
User : babu
DL : 0
UART for LPC2368 有相关头文件PLL设置,这个是2368的关键,时钟频率以及系统频率的设置,是一个简单但是精辟的源代码-UART for LPC2368 header files related PLL settings, this is the key to 2368, the frequency of the clock frequency and system settings, is a simple but brilliant source code
Date : 2025-07-16
Size : 132kb
User : huyongjiang
DL : 1
串口- 无线局域网wifi模块
Wi-Fi(wlan 无线局域网)作为当今无线领域最为热门的一个技术, 已经应用到各行各业中。它使用TCP标准通讯,技术成熟可靠,传输速率快,各种配套的网络设备十分丰富,
使用者接受程度最高, 全球免费使用,是区域无线通讯的首选方案。
SOC芯片,性价比极高,质量稳定,内置WiFi协议栈和串口传输协议,接口信号5V、地、RX 、TX四线连接;
◆ 模块简洁、体积小,22*60*5 mm;
◆ 用户接口开发简单快捷,串口驱动 ,内置协议栈,无需操作系统支持;
◆ MSC51/PIC/ARM7 等 8、32位单片机轻易驱动,驱动代码极少;
智能卡终端;无线POS机;医疗仪器;数据采集;手持设备;游戏机;设备参数监测;现代农业;军事领域;智能交通;现代教育;LED屏.
168ab@126.com qq:542008202
欢迎索取一下资料
wifi.c
UART 串口 WLAN 模块简介.pdf
UART 串口 WLAN 模块用户手册_CG-WIFI-1000.pdf
CGLib.ddb
WIFI.ddb
4052 实现单串口多路切换.JPG-Serial port- wifi wireless LAN module
MSC51/PIC/ARM7 such as 8,32-bit microcontroller easily driven, driven very little code SOC chip, cost-effective high quality and stable, built-in WiFi protocol stack and serial transfer protocol, interface signal 5V, ground, RX, TX four-wire connection
Date : 2025-07-16
Size : 788kb
User : 陈坚胜
DL : 0
code demo uart kit pic16f887
Date : 2025-07-16
Size : 325kb
User : lekhanh
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus All Rights Reserved.