Serial port in CE 6

Androidfan
Hi all;

I got a 1gb version recently. I installed VS2005 with platform builder,
installed the BSP and created an image no problem, but I cannot open COM1
from .NET. I assume that it is a debug port by default? If so, can someone
tell me how to disable the debug function and just use it as a regular
serial port?

thanx

Fernando
Hi,
You have to recompile the platform with Platform Builder, and remove the
serial port debug option (in options.h, look for debug options, choose no
comm debug).

Fernando

Uros
Unfortunately, I am unable to find debug options in options.h, only display
and resolution settings + #define KITL_NONE.

???

Fernando
Hi Uros, 
Maybe I wasn't totally clear, sorry for that. KITL_NONE disables the debug
over the serial port.