Skip to content

flow-analyzer-com-communicator 3.0.2

Install from the command line:
Learn more about npm packages
$ npm install @eove/flow-analyzer-com-communicator@3.0.2
Install via package.json:
"@eove/flow-analyzer-com-communicator": "3.0.2"

About this version

flow-analyzer-com-communicator

This lib exposes a Communicator to communicate with imtmedical gaz flow analyzers such as pf300 & citrex devices through serial port.

Supported devices

  • PF300
  • Citrex H4

Install

npm install

Usage

import { createCommunicator } from '@eove/flow-analyzer-com';

const communicator = createCommunicator();

communicator
  .open('/dev/ttyUSB0')
  .then(() =>
    communicator
      .sendCommand({
        type: 'READ_MEASUREMENT',
        payload: { name: 'o2' }
      })
  )
  .then(console.log)
  .catch(console.error);
});

API

Check the API details

Details


Assets

  • flow-analyzer-com-communicator-3.0.2.tgz

Download activity

  • Total downloads 1,745
  • Last 30 days 0
  • Last week 0
  • Today 0