From 540e764bd7c0facaacb26a72dc28ab8ef5983b4a Mon Sep 17 00:00:00 2001 From: Christian Meusel Date: Mon, 13 Jan 2025 17:56:41 +0100 Subject: [PATCH] Add changelog for setting DTR when opening as serial port --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0ae3f6..88464d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ project adheres to [Semantic Versioning](https://semver.org/). * Enumerate ports from more subsystems on Linux without libudev. [#238](https://github.com/serialport/serialport-rs/pull/238) +* Set data terminal ready (DTR) signal when opening a port by default and allow + to customize this behavior through the builder. + [#239](https://github.com/serialport/serialport-rs/pull/239) ### Fixed ### Removed