• Software usart with assembler
    Hi all. I got a code from a site, www.8051projects.net/.../software-uart-8051.php The code is assembler, and i want to put on my keil C code, my MCU is at89c51ed2 running at 11.0592MHZ. after...
  • usart
    can the usart port act as both input as well as output port at the same time.
  • USART
    Hi I'm having issue getting the data send from the usart1; I initialised properly, but the problem is not the rightdata is display on my PC terminal; I'm using stm32f407VG #include "stm32f4xx.h"...
  • rs232/usart
    So I am using an code and trying to communicate to another device using a usart. i have noticed that i must connect the transmit line of the usart to the transmit line of my rs232 level shifter to get...
  • USART not receiving
    Hi, I'm using the MCBSTM32E development board equiped with an STM32F103ZE microcontroller. I configured the USART2 transmitter according the Reference Manual and it works fine. I configured...