diff --git a/src/common/serial.js b/src/common/serial.js index 7656e69..b3580c2 100644 --- a/src/common/serial.js +++ b/src/common/serial.js @@ -195,7 +195,7 @@ export default class Serial extends EventsBase { async dispose() { await this.close(); - this.reset(); + super.dispose(); this.#serialport_ = null; this.#parserBytes_ = null; this.#parserLine_ = null;