Skip to content

Latest commit

 

History

History
33 lines (31 loc) · 881 Bytes

README.md

File metadata and controls

33 lines (31 loc) · 881 Bytes

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