I am a new user of LabView. I have been working a project for a month. I can explain shortly:
I used serial visa in my application. I configure all necessary thing for using serial port (port number, baud rate, etc.)
I configured the time out also, but I do not want to use it. Because when the time out finish serial visa read the port. If there is nothing
at the port read a empty string (""). It is a problem in my application.
I want to read the port when anything written. (when a interrupt occur)
May be it is just an easy problem but I could not find.
Thanks for your help.