02-02-2011 11:27 AM
Hi guys,
I'd like to know if Labview can read serial port @ 100 microseconds?
Is it necessary any specific HW for that? What HW can I use to read at that rate?
Regards
Kito
02-02-2011
09:19 PM
- last edited on
03-15-2025
07:45 PM
by
Content Cleaner
A baud rate 0f 10000 is not standard so you would need something like the PCI-8432/2 which allows you to select any baud rate.
02-03-2011 02:40 AM
But If I use Labview (not Real Time), Can I receive data at 100 microseconds and plot it using that board you've mentioned?
02-03-2011 07:21 AM
If the data is sent at that baud rate, then yes. If tou wish to read a serial instrument every 100 us, then no - you don't have that kind of tming control on windows.
02-03-2011 08:05 AM
Take 5-10 minutes and explain your problem much better. Like this. I have an instrument xyz. This instrument use a ZZZ communication protocol, over a YYY link. In my Labview program I want to achieve this XXX. This is what I have done so far.
Remember good questions draw good answers.