Release Notes WinPacNet for WinPAC/ViewPAC(CE5) 
Jun. 6, 2012 
INTRODUCTION
This is a library for WinPAC/ViewPAC
and using in .NET.
Version:
      1.2.1
      .4 
      [
      08-06-2012
]
ENHANCEMENTS
  
  - Add functions
      uart_SendExt
      uart_RecvExt
      uart_SendCmdExt
   
  
Version:
1.2.1.3 
[ 06-06-2012 ]
ENHANCEMENTS 
 - Add function
     pac_GetSlotInterruptEvent
     pac_GetSlotInterruptID
     pac_InterruptDone
     pac_InterruptInitialize
     pac_SetSlotInterruptEvent 
     pac_SetTriggerType
     pac_SetBPTimerInterruptPriority
     
      
BUG FIXES 
 - Fixed the bug
     in thepac_EnableRetrigger() function.
 
Version:
1.2.1.0
[ 6-03-2011 ]
ENHANCEMENTS 
 - Add function
     short pac_SetBPTimerOut(uint
     uHighElapse, uint uLOwElapse, PAC_CALLBACK_FUNC f);
     bool pac_SetBPTimer(int bptimer, uint count, PAC_CALLBACK_FUNC f);
     void pac_KillBPTimer(int
     bptimer);
     uint pac_GetBPTimerTimeTick_ms();
     ushort pac_GetBPTimerTimeTick_us();
      
BUG FIXES 
 - Fixed the bug
     in the pac_EnableWatchDog() function.
 
Version:
1.2.0 .8
[08-20-2009]
ENHANCEMENTS 
1.         
Add SetLineStatus to control the DTR and
RTS on the COM port
2.         
Support i-8041RW module
3.         
New functions for WP-5xxxx
Version:
1.2.0.6
[4-22-2009]
ENHANCEMENTS 
 - Added uart_GetDataSize
 
 - Added uart_GetLineStatus
 
 - Removed pac_GetCPUID
 
 - Removed pac_GetOSVersion_DATE_TIME
 
 - Removed pac_GetEbootVersion_DATE_TIME
 
BUG FIXES 
 - Fixed pac_GetModuelName
     error
 
Version:
1.2.0.2
[10-29-2008]
ENHANCEMENTS 
 - Added pac_GetCPUID()
     to get CPU ID
 
BUG FIXES 
 - Modified pac_GetModuleName()
     (only Unicode used in .net framework environment)
 
Version:
1.2.0.1
[09-02-2008]
ENHANCEMENTS 
 - Added pac_GetBatteryLevel
     for retrieving battery status
 
Version:
1.2.0.0
[08-20-2008]
ENHANCEMENTS 
example:
Take the pac_GetOSVersion for instance
[C#]
Original WinPacNet:
string OS;
OS = WinPAC.System.SystemInformation.pac_GetOSVersion();
New WinPacNet:
string OS;
OS = WinPAC.pac_GetOSVersion();
Version:
1.1.0.0
[07-07-2008]
BUG FIXES 
 - Fixed ebootVersion
     display error
 
Version:
1.1.0.0
[07-02-2008]
FIRST RELEASE