• sending a bit of a char ro any port pin
    Dear friends i would like to know how to send any bit of a char to any port pin ie. unsigned char a = 0xAA; now at memory location for a will contains 10101010b can i send the bit 0 of "a" to P1_0...
  • sending data to serial port
    I am interfacing an led with via serial port. I have set up the serial port already. I have a display with these specification parameters: baudrate:2400 data:8 bits end code:1bit I am trying...
  • sending in the serial port with parity bit
    hello to all i am working with MCU OF ADUC851 (core 8051) i need to send on the serial port (9600,odd,8 or 9) a string, the string need to be with parity bit i am writing in C thanks in advance...
  • about send data by serial port
    Why are you setting TI to 0 when it is 0 ? I set TI=0 at first time because I be carefule about serial interface,when you send lastest bit of data by Serial interface The TI always automate set(TI...
  • STM32F10x - SPI doesn't send any data
    this is the program. this program build successfully but on simulation(SPI WINDOW SPI1_DR) it does not show any data please suggest.... #include "stm32f10x_lib.h" #define BufferSize 10 void RCC_Configuration...