Open
Description
Description of defect
I need to send a break signal on serial wire. Due to thre private declaration of SerialBase on BufferedSerial the method send_break() is not usable on BufferedSerial. For serial protocolls like DMX512 or SDI-12 a break signal is essential.
Target(s) affected by this defect ?
Toolchain(s) (name and version) displaying this defect ?
What version of Mbed-os are you using (tag or sha) ?
mbed-os 6.15.1
Commit: 2eb06e7
Imported from: https://github.com/ARMmbed/mbed-os/
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
Mbed-Studio
How is this defect reproduced ?
Call to method send_break() is marked as error by the compiler.