Options
All
  • Public
  • Public/Protected
  • All
Menu

Module @novastar/serial

Index

Type aliases

KnownDevice: [vendorId: string, productId: string]
SerialSession: Session<SerialPort> & API

Serial Session type

Variables

serial: SerialBinding = ...

Binding to work with serial devices

Functions

  • addKnownDevice(vendorId: string | number, productId: string | number): readonly KnownDevice[]
  • clearKnownDevices(): void
  • findSendingCards(known?: readonly KnownDevice[]): Promise<PortInfo[]>
  • removeKnownDevice(vendorId: string | number, productId: string | number): readonly KnownDevice[]

Generated using TypeDoc