Jump to content

Serial port state


Break_da_funk

Recommended Posts

Posted

Hello!

How can I check a com port state: opened/closed by using Visa Serial components?

I found property: "Serial settings: Is port connected?" but when I'm trying to use it LabView says:

post-26815-0-44957700-1320331625.jpg

I'll be grateful for help.

BR,

Artur

Posted

There may be an easier/cleaner way, but you could attempt to open the port; if it fails, it's in use. Make sure you close it again, though.

Posted

There may be an easier/cleaner way, but you could attempt to open the port; if it fails, it's in use. Make sure you close it again, though.

Thank You for reply.

So...open port and check error string and if error string = null then port status is "opened"?

Posted

Thank You for reply.

So...open port and check error string and if error string = null then port status is "opened"?

Just wire the error output into a case structure. In the "Error" case, put a "Clear Error" and pass False to your "In Use?" output. In the "No Error" case, close the port and pass out True.

Posted

Just wire the error output into a case structure. In the "Error" case, put a "Clear Error" and pass False to your "In Use?" output. In the "No Error" case, close the port and pass out True.

Thank You for the suggestion.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.