VISA port binding info

2004-04-14 Thread kostya
Hi all. Is there a reliable way to programmatically get know a com port to which a serial visa resource is bound? E.g. I can see in MAX that ASRL1 is bound to COM1 but how can I get this info in a VI at runtime? (LV7.0 PDS, VISA 3.0) Thanks in advance

Re: VISA port binding info

2004-04-14 Thread shoneill
Hi kostya, Using property nodes with your VISA wire, you can get the information under Interface Information and then Interface Description. This should give COMx as a string output. I use this to differentiate between COM ports and LPT ports, something which it otherwise hard to do. Hope this