Library for I-7188XB.
(A) must call InitLib(); first.

[Ver 2.01]
[2004/03/08]
1.fix bug for EnableWDT()/DisableWDT().

[2004/06/01]
1.fix bug for GetDi1().

[2004/07/05]
1.fix bug for ReadComn_3()/ReadComn_4()/ReadComn_5()/ReadComn_6()/ReadComn_7()/ReadComn_8()

[2004/08/02]
1.fix bug for COM6/7/8 for put input data to input buffer.
2.add function AllocateTopMemory().
3.add function CmdToArg().
4.add functions for COM3/4/5 to read MSR/set MCR on 16C550.

[2004/09/09]
1.Add "setvbuf(stdout,NULL,_IONBF,0);"  to the function InitLib().
  Then user's program can call printf()/puts() & work well.
  (The OS need update to the date 2004/09/09 or later.
   Old version also will work, but will lost the last byte it print out.
  )
2.Add a variable "bLfMode" for Putch()/Puts()/Print().
  when bLfMode is set to 1, these functions will translate '\n' to '\r'+'\n'.
  The default value of bLfMode is set to 0.

[2004/10/13]
1. Add the function GetSerialNumber().  
