Question -
I have a device (a GPS type of device) that constantly pushes communication through a standard serial connection (COM1).What I need to be able to do is:Programatically:1) Open the serial port2) Listen for a given period of time (say 2 seconds) to the data that is being received via the serial port.3) populate a multi-line text box with the data that was received from the serial port.4) close teh serial portThen I will build additional code surrounding handling the data in the textbox.
Answer -
I set up my serialport like thissp.BaudRate...