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...
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...