open abstract method

bool open({
  1. required int mode,
})

Opens the serial port in the specified mode.

See also:

Implementation

bool open({required int mode});