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

Version: 1.2.1.3
[ 06-06-2012 ]
ENHANCEMENTS

BUG FIXES

Version: 1.2.1.0
[ 6-03-2011 ]
ENHANCEMENTS

BUG FIXES

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

BUG FIXES

Version: 1.2.0.2
[10-29-2008]
ENHANCEMENTS

BUG FIXES

Version: 1.2.0.1
[09-02-2008]
ENHANCEMENTS

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

Version: 1.1.0.0
[07-02-2008]
FIRST RELEASE