• Parity bit problem in USARt
    Hello here my usart settings that it works fine USAR.USART_BaudRate=9600; USAR.USART_StopBits=USART_StopBits_1; USAR.USART_WordLength=USART_WordLength_8b; USAR.USART_Parity=USART_Parity_No ;...
  • 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...
  • LPC2119 receiver stop bits settings
    I use LPC2119, and Keil uVision4. My question is, if UART module is set to 2 stop bits, Transmitter must send these two stop bits always, but does receiver must receive two stop bits before set...
  • bits are not setting
    Can anybody tell me what is wrong in the following coding? I am unable to set P1.5 and P1.6 if I take the set memory from the variable and try to assign it to P1.5 or 6. But I am able to set P1.5 and...
  • bit setting, how to
    Hallo! I'm searching for a explanation for the code in Keil's CAN.h (01=set; 10=reset) <-------------code-------------> ... #define NEWDAT_ 0x0200 u #define CPUUPD_ 0x0800 u #define TXRQ_ 0x2000...