Hi Surender Reddy Gaddam,
I am currently using the FRDM-K64F but connect applies to the FRDM-KL25Z too.
By default when you connect the USB cable to the FRDM-K64F USB J23 connector it will enumerate as multiple devices depending on which debugger firmware is loaded. The input/output will use a UART on K64 by default that is connected to the on-board debugger hardware that is connected to the J23 connector.
Debugger Firmware can be found at: OpenSDA Serial and Debug Adapter|Freescale
Usually the enumerate will have a debugger interface, a COM Port interface (used for the example code to input and output data), and optional MSD (mass storage device) device.
On a Windows machine use the "Device Manager" to find what COM port your FRDM-K64F enumerates to.
Then use a terminal emulator utility (Putty, Minicom, Hyperterminal, others) to open the COM Port.
A good resource to check out is online tutorial to walk you through using the tools for the FRDM-K25Z:
Freedom Development Platform for Kinetis KL|Freescale
A good resource to check out is online tutorial to walk you through using the tools for the FRDM-K64F:
Freedom Development Platform for Kinetis K|Freescale
Regards,
David