Skip to content

rafaneri/phychips-rcp

Repository files navigation

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

About

Reader Control Protocol to Phychips PR9200

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published