MATLAB: What happens to a string after it is written in serial port using fprintf

fprintfMATLABserialportstring

What will happen if a string is written to a serial port using fprintf? Does the string stays in the serial port unless deleted/flushed? Thanks for answering!

Best Answer

It disappears down the serial connection when transmitted...when/how that happens depends on how the port/connection is configured.
Related Question