关注官方微信

中文.

Products

Products

The Usage of for Secondary Developable Library

Date:2014-03-20 Author:Shanghai ZLAN Views:3258
1. Summary

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 of ZLAN networking modules, if the user does not need the DLL, and directly according to the ZLAN UDP port management protocol, ZLAN can also provide the documents of this protocol, and modified to the user software by user self-designing the management and parameter of the device.

2. Download

The documentation for the device management function library is downloaded here:《New Version 1.14 of Device Management Function Library》。