02-01-2024 05:44 AM
Hi, I am new to LabVIEW application and i need to continuously read and write through serial communication. I tried with my best but iam facing the issue. hereby i attached the snapshot can you please tell if any idea is there for you to rectify the error.
02-01-2024 09:44 AM
What device are you trying to communicate with? Do you have documentation on the communication protocol?
02-05-2024 12:19 AM
Wild guess: your sensors don't send a line feed as termination character, but that is the default of your VISA Configure Serial Port.
02-05-2024 02:50 AM
@t.n14 wrote:
Wild guess: your sensors don't send a line feed as termination character, but that is the default of your VISA Configure Serial Port.
Likely not just that. It may be necessary to append some termination character to the sent command too, before the device will attempt to decode the command.