07-07-2021 12:13 PM
I have to design a labview program that takes data from pressure gauge using RS 232 and USB . Does anyone have a ready made if not idea of how to do it?
Thanks a lot in advance.
07-07-2021 12:21 PM - edited 07-07-2021 12:22 PM
USB to Serial converters will install a "virtual" com port. Communication with an instrument through a USB to serial adaptor using the virtual com port and VISA is no different than communicating with a instrument connected to an actual com port.
Watch this video to learn the best way to do it:
VIWeek 2020/Proper way to communicate over serial
07-07-2021 01:58 PM
What sensor are you using? Do you have a manual explaining the communication protocol?