Objective: Simulate Arduino's Serial Monitor using Labview's Basic Serial Write and Read.Vi.
Problem: When a continuous stream of ASCII data is sent to the Basic Serial Write and Read.VI it stops reading after approximately 3 seconds. Whereas it should continually read data even when there is more data than can fit in the Read String Indicator. Ideally it should push old data off the top of the display and show new data at the bottom of the display.
What modification should I make to the Basis Serial Write and Read.VI to simulate Arduino's Serial Monitor?
Howard