help - redirecting con1 output to file

Hi,

I have a bespoke program that sends debug messages to the con1, unfortunatly they are too quick and numerous to read!
. Is there a way of redirecting the con1 output to a file? I have no access to the source code.

thanks
Gary

something like this ?

cat < /dev/con1 > mylogfile