INTRODUCTION
The XPAC/WinPAC SDK has been unified and renamed PACSDK. The new PACSDK.dll provides support for two platforms, one being designed for the WinPAC series (ARM platforms) and the other for the XPAC series (x86 platforms).
The PACNET.dll is used for .Net CF programs (C#, VB) for both the XPAC and WinPAC series to replace the previous SDKs, XPACNET.dll and WinPACNET.dll.
New/Previous SDK files comparison
Items |
WinPACSDK Library |
XPACSDK (CE6) |
PACSDK |
Development header files |
WinPacSDK.h |
XPacSDK_CE.h |
PACSDK.h |
Development library files |
WinPacSDK.lib |
XPacSDK_CE.lib |
PACSDK.lib |
Target device Native DLL files |
WinPacSDK.dll |
XPacSDK_CE.dll |
PACSDK.dll |
Target device .NET CF DLL files |
WinPacNet.dll |
XpacNet.dll |
PACNET.dll |
Other effects:
After releasing PACSDK, the Old SDK (WinPacSDK.dll/WinPacNet.dll used for WinPAC series modules and XPacSDK_CE6.dll./XPacNet.dll used for XPAC series modules) will continue to maintain (Fix the bugs) and released regularly, but will not add new features.
[
[Version
·
The first released version.
·
PACSDK.dll modifications and updates
Added PWM API functions in PACNET.dll
PWM API functions only support to operate I-7K/I-87K PWM modules exclusive of I-8K PWM modules
Error code modifications and updates