hi team,
my customer use wince6.0 R3 BSP on OMAPL138, now, customer want to change debug port (UART2) fuction, disable all debug information output on UART2, and use uart2 as normal serial port. we have try dummy the function in debug.c, though debug infomation did not output, but in wince we can not call for COM3(uart2), based on wince user guide,
NOTE: When a serial driver for UART 2 is included in an OS design the OAL debug output is disabled.
we have try to include UART2 serial driver included in OS design, the OAL debug out put is disabledm, but COM3 can not be used, we have try a free device manager, we did not find COM3 device.
would you please give me some guideline? thanks in advanced.