Serial port-display message wih FreeRTOS

chacks wrote on Tuesday, September 08, 2009:

HI,
  I have ported the FreeRTOS with LPC2468 using Eclipse and tested with LED flash task.But iam not abe to print the message in hyperterminal via serial port.What could be the issue?what are the settings or files i need to add
Thanks in advance

edwards3 wrote on Tuesday, September 08, 2009:

What have you tried?

chacks wrote on Wednesday, September 09, 2009:

i tried in 2 ways
1. added the serial port code  which is working with KEIL compiler(LPC2468 based) without   using any free rtos task.
       here i am getting the junk value in hyperterminal (baudrate using 9600)
2.added  the  vPrintDisplayMessage("Hello"); along with the free rtos other task from main.
  (used vStartLEDFlashTasks( mainFLASH_PRIORITY ); and its working)
     Here i am not getting any display message
what could be the problem.Thanks in advance

chacks wrote on Wednesday, September 09, 2009:

thanks…i have resolved the issue. now its working…