@schwarz.nicolas/linea-rs-plugin-dev
v1.1.8
Published
Plugin for communicating with linea products - New developments
Downloads
30
Maintainers
Readme
README
This README explains how to install and use the Linea NPM Plugin and which changes where done.
What is this repository for?
- How to install
- How to use
How to install
Via command line
- Use this command in your projects terminal
npm install git+https://[email protected]/NicolasSchwarz/linea_npm_plugin_dev.git
Via dependencies
- Add following line to your dependencies section your package.json file
"linea-pro-cdv" : "git+https://[email protected]/NicolasSchwarz/linea_npm_plugin_dev.git"
How to use
Quick start
To start plugin need to execute 'LineaProCDV.initDT()' method. Recommended to add this into 'deviceready' handler.
Add Items
You must add section "SupportedExternalAccessoryProtocols" into "[Project Name].plist" file. This section should include the following items:
- com.datecs.linea.pro.msr
- com.datecs.iserial.communication
- com.datecs.pinpad
- com.datecs.linea.pro.bar
Changes
- Updated Links in package.json and plugin.xml
- Later on, files will be updated in src