-
MPLAB-IDE-Guide_cn.zip
MPLAB IDE PICSTART Guide_cn是关于PIC在线调试器的中文资料,有助于PIC单片机的开发。(MPLAB IDE PICSTART Guide_cn on PIC debugger information in Chinese to help the development of PIC microcontroller.)
- 2011-07-06 19:01:05下载
- 积分:1
-
787def9c-240a-4db3-8c63-cbfb9dbe4c4a
ADS1258开发,程序源代码,还要20字 好恶心(ADS1258 development, source code, but also the word disgusting 20)
- 2020-06-28 21:20:01下载
- 积分:1
-
UART_TXaRX
单片机接收从电脑串口发送出来的一串字符串,却只能接收到第一个字符,其他的都丢失了或者是接收到的是乱码,却不知道是什么原因。其实,那是因为,虽然单片机的是全双工串口,但是串口的缓冲区(SBUF)却一般只有一个字节,即1Byte,远没有像电脑串口的缓冲区以KB计算那么大,并且,单片机的处理速度是很有限的,试想一下,假如要求一串字符串以9600bps的速率,一个起始位,一个结束位,无校正位,相当于960Byte/s传输到单片机,单片机要是能够全部接收的话,那么单片机接收和处理一个字节的时间仅为约1ms的时间。这说明了,如果单片机的处理速度不够快,还没有将接收到的上一帧数据及时转送到单片机的RAM中,而电脑串口又传输过来一帧新的数据,这帧新的数据就会把单片机的串口输入缓冲区的SBUF给刷新掉,或者说单片机压根就没有接收到新的一帧数据,造成了数据的丢失或接收到乱码。
如果需要单片机接收到从串口发送过来的一段很长的字符串,并且能够都正常接收和显示(TX&RX FUNCATION between PC and MCU)
- 2013-10-20 08:35:17下载
- 积分:1
-
2、KEY与LED
说明: 这是基于开发板LPC1114的源码程序,是用C语言编写,用于实现LED灯的点亮以及开关的控制,同时它也是一个完整的模板,可以在此基础上添加其他程序用于开发板的学习,是一个完整的模板,可直接使用。(This is based on the development board LPC1114 source code program, is written in C language, used to realize the lighting of LED lights and switch control, at the same time, it is also a complete template, you can add other programs on this basis for the development board learning, is a complete template, can be used directly.)
- 2020-06-22 18:00:01下载
- 积分:1
-
microcontroller_in_the_application_of_practical_te
Proteus软件在单片机实践性教学环节中的应用(Proteus software in the microcontroller in the application of practical teaching)
- 2010-11-19 17:12:16下载
- 积分:1
-
jiaotongdeng2
单片机89C52控制点阵二极管,汇编语言编写(89C52 single-chip dot matrix control diodes, compiled languages)
- 2009-03-24 14:03:20下载
- 积分:1
-
PCtoLCD2002
这是应用于单片机的人机界面菜单的液晶取模软件,在window XP下编辑,再复制到程序中即可。( this is a soft use for lcd munue edit)
- 2010-05-24 13:57:06下载
- 积分:1
-
ADS1298 TI MSP430例程
ADS1298 TI MSP430例程,有需要的可以看看(ads1298 driver example, may be very useful)
- 2016-01-04 16:24:14下载
- 积分:1
-
12、 模拟uart
使用stm32f103普通的引脚来模拟uart功能(Using STM32F103 ordinary pin to simulate UART function)
- 2019-05-22 23:25:21下载
- 积分:1
-
124666
仪表盘方式显示CPU和硬盘温度及系统信息(Dashboard display CPU and hard disk temperature and system information)
- 2007-10-27 14:36:40下载
- 积分:1