Hello,
I am wondering if VISA is fully operable with the evaluation version... if the palette is populated VISA support should be installed for LabVIEW. If you are not able to select a serial port by using the operting tool (looks like a hand on the block diagram) and clicking the down error on the VISA Resource Name constant (top left purple input to the VISA Open function), then it may be because there are no native serial ports available on your computer (otherwise VISA would recognize them and populate them). This seems unlikely if it is a desktop PC; so attempt to click next to the arrow on the resource name constant with the operating tool, select a COM or ASRL resource, and let's try the following:
Remove all code (including the while loop) except the VISA Open function and VISA Resource Name constant which is wired to it. If you do not remove the while loop you will inevitably get an error as a result of attempting to open the same resource again on consecutive loop iterations without first closing (and therefore releasing) it.
You should have a blank block diagram except for the VISA Open function and VISA Resource Name constant which is wired to it.
NOTE: Before doing this, close LabVIEW completely and then launch it again to be sure that all resources have been closed!
I look forward to your repost! Once we can open the resource in LabVIEW without error, we'll be able to do a loopback test and verify communication with the port no sweat
🙂 Also, take a look at the eval documentation and read any notes about VISA and/or serial specific considerations. I can assure you this is entirely seemless in any shipping version
🙂Best Regards,
JLS