I have a seial port peripheral which streams asynchronously (pin 2) with 9600/8/n/1. Instead of using hyperterminal to read the data, I would like to read it using my 6024E DAQboard's digital I/O line. I can't figure out how to time them or how to detect the start and stop bits. I am trying to do all this because I have a second device which has analog output and I am already aquiring that data using the DAQboard, so it is easier to sync data aquisition if I use the same board for digital and analog input, instead of trying to sync the RS232 port to the DAQboard. Greatly appreciate all help.