LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I use LabWindows CVI to display scrolling RS232 data in a gui.

How can I use LabWindows CVI to display scrolling RS232 data in a gui. Trying to simulate same affect as Microsoft hyperterminal.  My setup has 32 com port selection and I would like to post which ever com port is selected on to the screen.
0 Kudos
Message 1 of 2
(2,937 Views)
Create a textbox and then use InsertTextBoxLine(panelHandle, controlID, LineIndex, string) to insert your data.
0 Kudos
Message 2 of 2
(2,934 Views)