Thursday 30 June 2011

How to Disable Windows CE .NET from Stealing COM1

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.

2 comments:

  1. Create a Boot Disk using makeimgdisk.exe located in C:\Program
    Files\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

    ReplyDelete
  2. thanks for your comments, will try this.

    ReplyDelete