Disable Debug Messages on COM Port:
In order to disable WinCE Debug Messages on COM Port just modify this file in the BSP From installation Folder Src\Inc\bsp_cfg.h and Set BSP_UARTn to BSP_nouse_UART then you will use com1 as normal one. Now Create Image by Compiling it again using Sysgen. if you are unaware of how to create new WinCE image then go to my post for how to create Image.
In order to disable WinCE Debug Messages on COM Port just modify this file in the BSP From installation Folder Src\Inc\bsp_cfg.h and Set BSP_UARTn to BSP_nouse_UART then you will use com1 as normal one. Now Create Image by Compiling it again using Sysgen. if you are unaware of how to create new WinCE image then go to my post for how to create Image.
Create a Boot Disk using makeimgdisk.exe located in C:\Program
ReplyDeleteFiles\Microsoft Platform Builder\6.00\cepb\utilities In the boot Disk open Boot.ini and replace this line COMPort=1 with
COMPort=0 .This should prevent CEPC from stealing COM port .STC Technologies
thanks for your comments, will try this.
ReplyDelete