COM1, 38400.
C:\WINCE700\platform\CEPC\src\bootloader\dos\loadcepc\main.c
約 201 行
BootArgs.ucComPort = 1;
BootArgs.ucBaudDivisor = 3; // Default 38400
BaudTable[] =
{
{ 9600, 12},
{ 19200, 6},
{ 38400, 3},
{ 57600, 2},
{ 115200, 1}
};
怎麼 compile 就是個大工程了, 不寫在這.