Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Plugin for data exchange between Android device and Geotab's GO device via IOX-USB wire

Notifications You must be signed in to change notification settings

Geotab/cordova-geotab-iox-usb-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archived

This Cordova plugin is now archived and is no longer supported by Geotab.

cordova-geotab-iox-usb-manager

Plugin for data exchange between Android device and Geotab's GO device via IOX-USB wire

To use this plugin you need just call the plugin's method setCallback(cb) with cb function. This function will receive one parameter - data object from Java code. This data object has myData property, which is a string representing engine data that is read from GO device via IOX-USB cable. To use in the application need to make JSON.parse(data.myData)