Socket
Socket
Sign inDemoInstall

escpos-bluetooth

Package Overview
Dependencies
15
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    escpos-bluetooth

bluetooth adapter for escpos


Version published
Weekly downloads
13
increased by1200%
Maintainers
1
Created
Weekly downloads
 

Readme

Source
Bluetooth(address, channel)
const escpos = require('escpos');
escpos.Bluetooth = require('escpos-bluetooth');

const address = '01:23:45:67:89:AB';
const channel = 1;
const bluetoothDevice = new escpos.Bluetooth(address, channel);

You can scan for printers using the escpos.Bluetooth.findPrinters() method. Check out the examples (bt_promise and bt_find_printer) for more information.

Keywords

FAQs

Last updated on 05 Mar 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc