07-13-2006 02:03 PM
07-13-2006 02:09 PM
Kenny,
I would open both serial ports at the beginning of the program and leave them open. Use the reference from each port to read form either port. Maintain and used both references the entire time the program is running. Close both serial ports when the program is complete.
Hope this helps,
07-13-2006 03:21 PM
Thanks for the suggestion. Between that and me realizing that I had converted variant to data wrong and was trying to use the same serial port for both instruments I got it working (DOH!!)
kenny
07-13-2006 03:24 PM