1.1.16 • Published 6 years ago

phychips-rcp v1.1.16

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Build Status Coverage Status

phychips-rcp

Reader Control Protocol to RFID with Phychips PR9200

Installation

npm install phychips-rcp --save
yarn add phychips-rcp
bower install phychips-rcp --save

Usage

Javascript

var RCP = require('phychips-rcp');
var startAutoRead2Cmd = RCP.startAutoRead2();
startAutoRead2Cmd should be 'BB0036000502000000007E220D'

TypeScript

import { RCP } from 'phychips-rcp';
let startAutoRead2Cmd = RCP.startAutoRead2()
startAutoRead2Cmd should be 'BB0036000502000000007E220D'

Test

npm run test
1.1.16

6 years ago

1.1.15

6 years ago

1.1.14

6 years ago

1.1.13

6 years ago

1.1.12

6 years ago

1.1.11

6 years ago

1.1.10

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.0

6 years ago