I have programmed CC2431 to transmit a string to PC via USART with following configuration.
Baud rate : 38400, No parity bit, 1 stop bit and no handshaking.
I configured my PC serial port to same settings. When i connected both CC2431 and PC via serial cable, it gets connected but no character is received on my pc.
Do i have to make any addition configuration for my PC serial port? Do i have to change any additional settings?
PS : I am using z-stack 1.4.2, IAR embedded workbench 7.2 and RF flash programmer.