05-09-2019 08:49 AM
I link my computer with an other screen (an other computer), VisaWrite doesn't show any error. But I don't see anything on this screen for port COM which is connected to my computer. Normally, I should see the counter value on this screen because I did serial communication. I don't understand what I should add to my programm to work correctly.
05-09-2019 08:58 AM
Hi ki4,
I link my computer with an other screen (an other computer), VisaWrite doesn't show any error. But I don't see anything on this screen for port COM which is connected to my computer.
Why should a "screen" show anything just because you connect a serial communication cable?
There has to be a tool (aka "some software") reading the COM port of that other computer and write that data to the screen!
05-09-2019 09:08 AM - edited 05-09-2019 09:11 AM
We can't not configure all that on labview in my computer? and when I run the programm, the port is show on the screen and show the values counter? I can not add something to my programm to send values counter to this screen?
05-09-2019 09:18 AM
05-09-2019 10:15 AM
If you have created a VISA serial port link between two computers with LabVIEW installed, you should be able to open LabVIEW on the second computer and run a While loop with the VISA Read for the appropriate port (on the 2nd computer - it may not be the same name as the first) and receive the message.
Is this the expected result? If so, has it worked?