Skip to content
README.md 748 B
Newer Older
developer44's avatar
developer44 committed

# electron_native_libraries
Electron Simplest example.
 
## Install
$ npm install 
or
$ yarn install

## Run

Run the app using:
$ npm start
or
$ yarn start

## Run
Open communication with the reader via 'Reader Open' button, place the tag on the reader and then
### API
'GET CARD INFO' button will provide you with the basic info about the tag placed on the reader 
### Linear Read
Provide start address and length parameters, and read the data. If the 'Hex output' is checked, data will be shown as hex bytes, if unchecked data will be in ASCII format. 
### Linear Write
Provide the address from which the writing will take place. Length will be calculated as you type in the data and based on the 'Hex input' status. Delimiters ':' are allowed.