Reader Control Protocol to RFID with Phychips PR9200
npm install phychips-rcp --save
yarn add phychips-rcp
bower install phychips-rcp --save
var RCP = require('phychips-rcp');
var startAutoRead2Cmd = RCP.startAutoRead2();
startAutoRead2Cmd should be 'BB0036000502000000007E220D'
import { RCP } from 'phychips-rcp';
let startAutoRead2Cmd = RCP.startAutoRead2()
startAutoRead2Cmd should be 'BB0036000502000000007E220D'
npm run test