A UART.write does not seem to be blocking until the bytes have be written to the UART. As per the spec the write is supposed to block if not in buffering mode.
Side effect is shown as impossibility to create RS485 driver and to assert the RTS on time to switch from reading to writing.
Side effect is shown as impossibility to create RS485 driver and to assert the RTS on time to switch from reading to writing.