0 purchases
d2uhf
d2uhf #
Plugin for working with UHF module Senter type D2 for working with tags in accordance with the standard ISO / IEC 18000-6: 2013 type C
Works on IQTAB8 (IQTAB81DZU) tablet
Supports: #
Reader power reading mode
Reader power value recording mode
The mode of reading the label value from the EPC bank.
First of all, you need to initialize the device
onInit()
Future<bool> _onInit() async {
bool success = false;
try {
success = (await D2uhf.onInit)!;
} on PlatformException {
success = false;
}
return _isSuccess = success;
}
copied to clipboard
Then you can already execute commands for reading and writing data
For Russian version see [README_RU.md]
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.