phychips-rcp
TypeScript icon, indicating that this package has built-in type declarations

1.1.16 • Public • Published

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

Package Sidebar

Install

npm i phychips-rcp

Weekly Downloads

1

Version

1.1.16

License

MIT

Unpacked Size

263 kB

Total Files

55

Last publish

Collaborators

  • rafaneri