Search the web
Sign In
New User? Sign Up
ultimaserial_group · UltimaSerial Users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
connection test problem during data acqusition   Message List  
Reply | Forward Message #748 of 794 |
Re: connection test problem during data acqusition

You mean to see if the device is there without actually starting it?

If so, here:

UltimaSerial1.Device = 710
i = UltimaSerial1.ScanDevice(0)
If i > 0 Then
If UltimaSerial1.Device =710 then
'the device is in COM port i
End If
End If
UltimaSerial1.ScanDevice (255)


--- In ultimaserial_group@yahoogroups.com, abdulaziz_aydin <no_reply@...> wrote:
>
>
> Hi everybody
> I would like to ask about checking connection. how can I check wheather DAQ
board connection is open or close during data acqusition?
>
> sometimes our board connection has gone away and I couldnt check it
> is there any code?
>
> thanks a lot...
>





Wed May 6, 2009 8:11 pm

ultimaserial
Offline Offline

Forward
Message #748 of 794 |
Expand Messages Author Sort by Date

Hi everybody I would like to ask about checking connection. how can I check wheather DAQ board connection is open or close during data acqusition? sometimes...
abdulaziz_aydin
Offline
May 6, 2009
8:02 pm

You mean to see if the device is there without actually starting it? If so, here: UltimaSerial1.Device = 710 i = UltimaSerial1.ScanDevice(0) If i > 0 Then If...
ultimaserial
Offline
May 6, 2009
8:12 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help