Home Forums HTBasic Forum Iostatus=READIO(Gpib,1) Gives Error 1 when used with GPIBNI driver. Reply To: Iostatus=READIO(Gpib,1) Gives Error 1 when used with GPIBNI driver.

#445
ZeRider
Participant

    Hi,
    If you can’t do the job with HTbasic, you can use another tool.
    Go to: http://www.nirsoft.net/utils/device_manager_view.html

    You can use this utility with HTBasic like this:

    Prog$=”DevManView.exe”
    File$=”MyFile”
    Command$=”cmd /C start /MIN “&Prog$
    Command$=Command$&”/scomma”&” “””&File$&””””
    EXECUTE CHR$(13)&Command$

    All that remains is to read the created file and to look in the different lines for interesting characters.
    For example, “PCI-GPIB”

    Scroll to Top
    HTB icon

    Please Sign In