Gjsify LogoGjsify Logo

Interface SettingSerial_ConstructProps

Hierarchy

Index

Properties

baud?: number

Speed to use for communication over the serial port. Note that this value usually has no effect for mobile broadband modems as they generally ignore speed settings and use the highest available speed.

bits?: number

Byte-width of the serial communication. The 8 in "8n1" for example.

Parity setting of the serial port.

send_delay?: number

Time to delay between each byte sent to the modem, in microseconds.

stopbits?: number

Number of stop bits for communication on the serial port. Either 1 or 2. The 1 in "8n1" for example.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method