How to use USART single wire(half-duplex) for SDI-12 communication protocol using Stm32cubeIDE???
Hello,I am trying to communicate with an SDI-12 sensor using STM32L072CZY6TR. I'm using UART half-duplex with the following configuration:Baud rate: 1200Word length: 7 bitsParity: EvenStop bits: 1My questions:Do I need a UART to SDI-12 converter modu...