1.0.0 • Published 4 years ago

@mikaello/emit-punch-cards-communication v1.0.0

Weekly downloads
8
License
GPL-3.0
Repository
github
Last release
4 years ago

emit-punch-cards-communication

Utils for communication with EMIT punch card devices. These utils are implemented wih TypeScript and based on streams. To communicate with the 250 and MTR4 device, the Serial API (see also Serial API on Github) is used.

NB: The Serial API currently only works in Chrome. To start using this library you need to either start a trial for the Serial API, or enable Experimental Web Platform features in chrome://flags.

Install

This library is published to NPM as ES modules (no CommonJS/IIFE):

yarn add @mikaello/emit-punch-card-communication

Usage

See example project to see how this library could be used, especially helper.ts.

Status

  • :white_check_mark: eScan device
  • :white_check_mark: 250 device
  • :white_check_mark: MTR4 device
  • :x: ePost
1.0.0

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago