搜索结果
找到约 80 项符合
UART0 的查询结果
按分类筛选
微处理器开发 发送和接收到的数据一样多
发送和接收到的数据一样多,边接边返回到上位机,使用串口UART0接收上位机发送的数据,接收到和发送的数据一样多后,取反LED1控制,并将数据原封不动地发送回上位机。
周立功lpc2104开发板开发
微处理器开发 LED数码管显示0-F字符
LED数码管显示0-F字符,同时控制LED1、LED2、LED3、LED4显示对应的16进行值。数据以高低位调换. 串口UART0接收上位机发送的数据,接收到返回最后一个数据到上位机,同时中断计数显示,显示回发上位机的数据。
周立功lpc2104板开发。 ...
单片机开发 c8051f040两块板子通信
c8051f040两块板子通信,用Uart0,经调试,可行
单片机开发 摘 要: 本文件是C8051单片机AD测试实验;使用外部22.1184MHz晶振,将跳线器JP3短接 功能:采样AIN0
摘 要: 本文件是C8051单片机AD测试实验;使用外部22.1184MHz晶振,将跳线器JP3短接
功能:采样AIN0,1和温度通道信号,并在LCD上显示其电压和温度值,也可以应用Uart0显示其电压和温度值。
uCOS RTOS版本:uCOSII V2.83 OSView版本:uCOS_View 1.10 开发环境:KEIL 编译器:ADS1.2 开发板:EasyARM2200 内部FLASH运行
RTOS版本:uCOSII V2.83
OSView版本:uCOS_View 1.10
开发环境:KEIL
编译器:ADS1.2
开发板:EasyARM2200 内部FLASH运行,Bank0=ExFlash Bank1=ExRAM
调试口:Uart0 57600bps
目前在OS_CPU_A.s里的OS_CPU_SR_Save OS_CPU_SR_Restore函数没起作用,功能是开关中断,用仿真器看时会发现根本没关中断,解决办法是切换模式 ...
汇编语言 This program demonstrates operation of ADC0 in polled mode. The ADC0 is // configured to use writes
This program demonstrates operation of ADC0 in polled mode. The ADC0 is
// configured to use writes to AD0BUSY as its start of conversion source and
// to measure the output of the on-chip temperature sensor. The temperature
// sensor output is converted to degrees Celsius and is transmitted out UAR ...
单片机开发 This program demonstrates operation of ADC0 in polled mode. The ADC0 is // configured to use writes
This program demonstrates operation of ADC0 in polled mode. The ADC0 is
// configured to use writes to AD0BUSY as its start of conversion source and
// to measure the output of the on-chip temperature sensor. The temperature
// sensor output is converted to degrees Celsius and is transmitted out UAR ...
单片机开发 利用ATMEGA128芯片的双串口
利用ATMEGA128芯片的双串口,UART0连接西门子MC55,UART1连接到RS232,将RS232接收到的数据包,通过MC55自带的TCP/IP栈以GPRS连接到INTERNET,并发送到制定IP地址和端口的主机。开发环境AVRSTUDIO,WINAVR,GNU C++,通过测试。
其他嵌入式/单片机内容 在ARM LPC21**上
在ARM LPC21**上,使用串口UART0接收上位机发送的数据,当接收到8个连续数据后,将接收计数值加一后输出显示的程序
单片机开发 // This program demonstrates how to configure the C8051F060 to write to and read // from the UART i
// This program demonstrates how to configure the C8051F060 to write to and read
// from the UART interface. The program reads a word using the UART0 interrupts
// and outputs that word to the screen, with all characters in uppercase