I am using VB 2005 and trying to send mutliple AT commands to a serial device. I need to wait for a response from the unit and possibly do something with the response before proceeding to the next command. Is there a simple way of doing this? Pausing the thread until the datareceived event is thown? I'm obviously not a VB buff.