LXSMWD12 system architecture.
Features
- ubpulse API for Windows.
- API type : DLL (Dynamic Link Library).
- DLL name : LXSMWD12
- API Making tool : Visual C++ 2010 win32 API DLL project
- Supporting platform : 32bit / 64bit
- Supprting OS : Windows 10, 8.1, 8, 7.
- Recommended IDE for developing the application program : Visual C++ all version. 6.0, 2010, 2015, 2017, 2019.
- Release Version : 1.3 (2020-01-27)
Developer Manual
LXE33. LXSMWD12 Developer Manual. download or view online.
Getting started with LXSMWD12
step1. Download , unblock and unzip
LXSMWD12.zip download. (32bit, old version Visual C++ 6.0 , not recommended)
LXSMWD12_32bit.zip download. (32bit, new DLL rebuild by Visual C++ 2010 )
LXSMWD12_64bit.zip download. (64bit, new DLL rebuild by Visual C++ 2010 )
Notice. You should unblock the zip file , after unblock the zip file and then unzip the file. Please check the following video. This video shows download, unblock and then unzip.
step2. Copy files to your project folder
files | copy to |
|
copy to the same folder which contains your application exe file. |
|
copy to your application project’s source folder. |
step3. Importing DLL
In your Visual C++ source file, add the codes for implicit linking the library and include the LXSMWD12.h
#pragma comment(lib,"LXSMWD12.lib") // DLL implicit linking #include "LXSMWD12.h"
That’s all, now it’s ready to use all functions and message from LXSMWD12.
Visual C++ project sample source.
Simple Visual C++ 6.0 project source codes. You can check how to use LXSMWD12 DLL.
Download TEST_LXSMWD12
TEST_LXSMWD12.zip download. (Visual C++ 6.0 project source , only 32bit application)
TEST_LXSMWD12_VC2017_32_64.zip download. (Visual C++ 2017 project source, both 32bit and 64bit available)
Notice. You should unlock the TEST_LXSMWD12.zip , after unlock the zip file and then unzip the file. Please check the following video. This video shows download, unlock and then unzip.
Usages TEST_LXSMWD12.exe
video : ubpulse H3 and TEST_LXSMWD12.exe execution.
video : detailed view TEST_LXSMWD12.exe. real time measuring process.
video : detailed view TEST_LXSMWD12.exe. HRV measured data acquire .
LXSMWD12 Version History
version 1.3.
- release date : 2020.01.27
- Open_Device_UsbSerial() ; added
version : 1.2 .
- release date : 2019.12.09
- supporting 64bit / 32bit . rebuild the previous VC++6.0 project using VC++2010.