if its done on the secondary interface it should also use the “usual” way for baudrate choosing then on the port attach
1 Like
There is access to the second uart via the flatbuffers interface using the python library. That’s not straight forward though.
The easiest thing I guess is to add a new binary mode for UART pass-through, and respect the speed/config as set by the opened port. This would lock the main terminal though, so there’s not a huge advantage over the current bridge command.