cordova-plugin-serial-magic-gears
Version:
Used to write EPC rfid tags on android using SerialMagic Gears
30 lines (24 loc) • 1.31 kB
Markdown
Cordova plugin for SerialMagic Gears RFID writing app
Created by [iP Edge](https://www.ipedge.net/).
Used to write EPC RFID tags on Android using SerialMagic Gears.
This plugin is used to write RFID Epcs using SerialMagic Gears, and [Serialio](https://serialio.com/) Scanfobs.
As SerialMagic Gears is only available on Android, this plugin will only work for Android.
Serialio Scanfob is required.
To install SerialMagic Gears EPC Writer you must enter the directory of the Cordova project and run:
```
cordova-plugin add cordova-plugin-serial-magic-gears
```
The plugin can be added to the Cordova projects config.xml, linking the source to the git repository
Call serialMagicGears.writeEpc() while passing through the EPC for the tag you wish to write to.
eg:
```javascript
serialMagicGears.writeEpc(epcTag, yourOnSuccessFunction(), yourOnFailureFunction());
```
This plugin or iP Edge is not endorsed or affiliated with [SerialMagic Gears](https://serialio.com/product/keystroke-simulation-wedge/serialmagic-gears-android), nor does it claim any ownership over trademarks.
iP Edge provides no warranty for this plugin-use at your own risk!