Nrf52840_dk UART 1 stop bit restriction

Hi all,

I’m currently working on a project that I need to use UART of my nrf52840_dk board. I’m using embed os cli the problem is the sensor I connected to my board needs to have 2 stop bits but the configuration is restricted to 1 stop bit. does anybody have an idea how could it be possible to have 2 stop bits?
as alternatives, first I tried to use SoftSerial but it didn’t work and later I tried to use mbed os UART serial libraries and add a bit of delay for stop bits neither of them worked properly!
thanks for responses.:slight_smile: