* @brief Returns true when the DTR signal is asserted. */
| 292 | * @brief Returns true when the DTR signal is asserted. |
| 293 | */ |
| 294 | bool IO::Drivers::UART::dtrEnabled() const |
| 295 | { |
| 296 | return m_dtrEnabled; |
| 297 | } |
| 298 | |
| 299 | /** |
| 300 | * @brief Returns the index of the currently selected serial port. |