The device management function library of Shanghai ZLAN provides the management functions of ZLSN and ZLAN series serial port networking modules, including the search, parameter reading and parameter modification of the device. This facilitates the development of ZLSN and ZLAN networking modules.
The device management function library contains two versions. The V1 version also provides the function of device communication, but it is recommended that users use the socket interface when communicating with the device, which is more efficient. Version V2 is a simplified version of V1, with more stable performance and simpler interface. It is recommended that users use the V2 version of the device management function library.
The device management function library is a cross-platform DLL library, VC, VB, Delphi, C++Builder, C#, etc. You can make calls as long as you use a Windows platform. In addition, Shanghai ZLAN provides an example of calling DLL written by VC6. In this example, not only include the programming method of the dynamic library, but also the ordinary TCP and UDP communication examples.
Device management function library is designed based on
The documentation for the device management function library is downloaded here:《New Version 1.14 of Device Management Function Library》。