setSignals

inline suspend fun SerialPort.setSignals()(source)
inline suspend fun SerialPort.setSignals(signals: SerialOutputSignals)(source)

The setSignals() method of the SerialPort interface sets control signals on the port and returns a Promise that resolves when they are set.

MDN Reference