serial port weird chars

Hi,

I have a board that has a uart debug port and I am trying to connect to it via my arduino. When I do so using the following properties in PuTTY(windows 7):

Bits per sec: 115200
Data bit: 7
parity: none
stop bit: 1
flow control: none

I get some gibberish like so:
https://docs.google.com/open?id=0B1L3nHjvlFlUeDM4Y1hIbC1jNU0

I know for a fact that I am missing a lot of stuff that should be outputted to the serial...Is there anyway I know what settings I need to use to get proper output?

Thanks,
Rohit

Your link just redirects me to an ad page for google drive.

I updated it...

Still sends me to https://drive.google.com/start?authuser=0#home

I know for a fact that I am missing a lot of stuff

Yes, you are. Like your Arduino code...