登录
首页 » Others » UART_TXaRX

UART_TXaRX

于 2013-10-20 发布 文件大小:2KB
0 66
下载积分: 1 下载次数: 12

代码说明:

  单片机接收从电脑串口发送出来的一串字符串,却只能接收到第一个字符,其他的都丢失了或者是接收到的是乱码,却不知道是什么原因。其实,那是因为,虽然单片机的是全双工串口,但是串口的缓冲区(SBUF)却一般只有一个字节,即1Byte,远没有像电脑串口的缓冲区以KB计算那么大,并且,单片机的处理速度是很有限的,试想一下,假如要求一串字符串以9600bps的速率,一个起始位,一个结束位,无校正位,相当于960Byte/s传输到单片机,单片机要是能够全部接收的话,那么单片机接收和处理一个字节的时间仅为约1ms的时间。这说明了,如果单片机的处理速度不够快,还没有将接收到的上一帧数据及时转送到单片机的RAM中,而电脑串口又传输过来一帧新的数据,这帧新的数据就会把单片机的串口输入缓冲区的SBUF给刷新掉,或者说单片机压根就没有接收到新的一帧数据,造成了数据的丢失或接收到乱码。 如果需要单片机接收到从串口发送过来的一段很长的字符串,并且能够都正常接收和显示(TX&RX FUNCATION between PC and MCU)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • mppt
    基于stm32f407搭建的太阳能最大功率点追踪器(Solar maximum power point tracker based on stm32f407)
    2021-03-17 15:19:20下载
    积分:1
  • Manual_DT-AVR_Low_Cost_Micro_System
    Manual DT-AVR Low_Cost Micro System
    2010-11-15 09:25:35下载
    积分:1
  • 12C5A60S2EEPROM
    12C5A60S2 EEPROM 的读写操作(12C5A60S2 EEPROM read_write)
    2013-09-24 14:41:56下载
    积分:1
  • fazfvbEA
    MT4 EURUSD EA 1分钟可用(MT4 EURUSD EA 1 Fenzhong available)
    2016-03-17 10:18:13下载
    积分:1
  • svpwm
    交流异步电机矢量控制调速系统仿真模型,其中SVPWM采用开环控制,三电平逆变器输出波形达到要求,研究生大作业,调试通过。(Simulation model of ac induction motor vector control speed regulation system of SVPWM using open loop control, the three level inverter output waveform meet the requirements, graduate students homework, debugging through.)
    2017-01-21 09:59:23下载
    积分:1
  • 手势小车
    说明:  MPU6050能够根据手势变化产生不同数据,经过stm32处理后控制小车的运动(Mpu6050 can generate different data according to gesture changes, and control the movement of the car after STM32 processing)
    2020-02-03 11:05:27下载
    积分:1
  • PWM-controlling-algorithm
    空调压缩机变频控制算法,与直流无刷永磁电机相关,与节能相关。(PWM control algorithm of air-conditioner s condenser )
    2015-02-02 13:03:50下载
    积分:1
  • MSP430X1XX-Family-Users-Guide
    This manual discusses modules and peripherals of the MSP430x1xx family of devices. Each discussion presents the module or peripheral in a general sense. Not all features and functions of all modules or peripherals are present on all devices. In addition, modules or peripherals may differ in their exact implementation between device families, or may not be fully implemented on an individual device or device family. Pin functions, internal signal connections and operational paramenters differ device-to-device. The user should consult the device-specific datasheet for these details.
    2015-09-25 16:12:47下载
    积分:1
  • AutoFan
    用pic工业控制单片机编写的自动红外调速风扇程序(Industrial control with a pic microcontroller automatic infrared write speed fan program)
    2010-06-05 20:53:22下载
    积分:1
  • msp430F149-ADC12(multichannel)
    msp430f149的adc采样(同时对八个点进行采样)!(msp430f149 the adc sampling (eight samples))
    2012-08-05 15:42:32下载
    积分:1
  • 696518资源总数
  • 104228会员总数
  • 45今日下载