Dear Ajith,
As i said, the easiest option i know is to use uart. You can use any uart port in you controller (Obviously, it should be present), use a usb to RS232 converter cable( Or you can add this circuit into your board if you donot want to use a converter cable).
On the PC side, the UART communication can be done easily through VB (I have used only VB6 and not any newer VB versions but the technique remains the same.)
Google 'RS232 comport in VB' and you can find a lot of stuff.
Or if you just want to see the data and nothing else, you can use hyperterminal which simply shows the RS232 data in PC