I am an experienced user in LabVIEW. I am trying to create a
serial terminal window in LabVIEW to work with Modem devices. I have the following requirements: 1. Every character I type in the window should be sent immediately via the serial port. I use "Update While Typing" property and an event structure (value change on string control) to get the character and send it via serial ...