Parsing Library¶
This library contains functions to parse data returned by the device. Users can use this library to parse data returned by the device. Users need to implement Bluetooth search, connection, data transmission, and other functions by themselves.
Supported Architectures¶
The supported architectures are as follows, and you can find the corresponding library files here.
Architecture | Support |
---|---|
aarch64-apple-ios | ✅ |
aarch64-linux-android | ✅ |
x86_64-apple-darwin | ✅ |
aarch64-apple-darwin | ✅ |
x86_64-pc-windows-msvc | ✅ |
i686-pc-windows-msvc | ✅ |
x86_64-unknown-linux-gnu | ✅ |
i686-unknown-linux-gnu | ✅ |
armv7-unknown-linux-gnueabihf | ✅ |
aarch64-unknown-linux-gnu | ✅ |
Usage¶
- Message Notification
- Connect Device
- Read Device Version Information and Battery Level
- Sound and Vibration Control
- LED Light Control
- Change Bluetooth Name
- Change Device Time
- Read Device Mac Address
- General Configuration
- Barcode Configuration
- Inventory Mode Configuration
- Prefix and Suffix Configuration
- Restore Factory Settings
- Restart Device
- Get SDK Version Number