09-28-2011 06:11 AM
Hi
I need to read the data from the PSoC using rs-232 and display on labview. I created VISA and created resource name control. But it is not detecting the COM ports present in the system. The only thing I get is refresh.
I tried pumping data and checked through hyperterminal and it works well.
Please help me in this regard.
Thanks in advance.
Noel
Solved! Go to Solution.
09-28-2011 07:40 AM - edited 09-28-2011 07:44 AM
You need use Visa find resource for check if Labview find your port com. Example with visa find resource you can find : ASRL1::INSTR
ASRL1::INSTR is a COM port
After do that you need to use visa open visa read or write and visa close at the end of your program
09-28-2011 07:50 AM
@Lunik wrote:
You need use Visa find resource for check if Labview find your port com. Example with visa find resource you can find : ASRL1::INSTR
ASRL1::INSTR is a COM port
[...]
Is ASRL1::INSTR a COM port? It is likely, but not necessarily! What if that VISA resource has been aliased to a different kind of port?
You can use the property node shown in the picture below to find out:
09-28-2011 08:02 AM
Let's go back a few steps: Have you installed NI-VISA? What shows up in MAX?
09-28-2011 09:04 AM
Backing up even further-
The Cypress PSoCs interfaces via USB.....(or I2C....but that would be ridiculus)
Did you install the Vitrual Com Port driver? Does the Windows Device manager see the port?
05-26-2020 07:56 AM
hi
i have the same problem
yes , com ports appear in device manager but when i wanna determine the com ports in labveiw it is not appear
but in labview
05-26-2020 08:00 AM
hi
i have the same problem
yes , com ports appear in device manager but when i wanna determine the com ports in labveiw it is not appear
but in lab view
05-26-2020 08:08 AM
Your device manager is showing an issue with COM8 (possibly a conflict). I'm not sure what is up with the rest of your ports. If you open up MAX (Measurement and Automation Explorer), do the ports show up in there? What version of LabVIEW are using? What version of VISA?
05-26-2020 09:09 AM
oooo
thanks
i install ni visa and the ports shwon
thanks