LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What is the maximum data processing rate to communicate with 4 RS 232 ports simultaneously on Labview 5.1 (Windows 95 OS) ?

Hi all,

I'm planning to use a PCMCIA-232/4 (4 ports) to communicate with 4 instruments.
I'm using a Pentium 1 / Windows 95 and I'm wondering if Labview 5.1 can proceed serial data on 4 ports at a time at 9600 bauds.
Is there someone who can help me on that ?
Thanks bunch.
0 Kudos
Message 1 of 2
(2,394 Views)
The answer is yes (with a cautionary no).
There is nothing much special about the 232 board, you access the ports in the same way you do all 232 communication. You should be able to read and write on the ports independently. BEWARE however, as windows 95 has very poor serial routines. If you use the on board 232 ports it will freeze your ENTIRE program until the send command is finished. This may also interfere with your ability to read/write simultaniuously on this board. Upgrade to 98 release 2 if at all possible.
0 Kudos
Message 2 of 2
(2,394 Views)