LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Communicating with PC Based CArd on Register Level

I have an unsupported, simple, ISA Bus based PC card. I wish to communicate to this device within Labview, on a register basis (analogous to DOS inport(), outport() statements) without developing a driver. Does anyone have an idea of how this might be done? Thanks
0 Kudos
Message 1 of 4
(2,851 Views)
Larry the K wrote in news:506500000008000000E1350000-
1007855737000@exchange.ni.com:

> I have an unsupported, simple, ISA Bus based PC card. I wish to
> communicate to this device within Labview, on a register basis
> (analogous to DOS inport(), outport() statements) without developing a
> driver. Does anyone have an idea of how this might be done? Thanks

There are InPort and OutPort commands in the Advanced section of the
functions palette. They will work with win95/98, but no other OS

Scott
0 Kudos
Message 2 of 4
(2,851 Views)
There are apparently NT capable versions of the LV in port and out port functions available @ http://zone.ni.com/devzone/devzoneweb.nsf/opendoc?openagent&2851D0A06E3185BC8625683A000AC730&cat=034E59A8530E09DF862568900018707A if you need them.
0 Kudos
Message 3 of 4
(2,851 Views)
And the NI site has a library called accesshw.llb which can be used to do
the same things under NT-type os's (don't know about labVIEW under Win XP
though).

all the best

Andy

"Scott Seidman" wrote in message
news:Xns917AA11FA505ScottSeidmanmindspri@130.133.1.4...
> Larry the K wrote in news:506500000008000000E1350000-
> 1007855737000@exchange.ni.com:
>
> > I have an unsupported, simple, ISA Bus based PC card. I wish to
> > communicate to this device within Labview, on a register basis
> > (analogous to DOS inport(), outport() statements) without developing a
> > driver. Does anyone have an idea of how this might be done? Thanks
>
> There are InPort and OutPort commands in the Advanced section of the
> fun
ctions palette. They will work with win95/98, but no other OS
>
> Scott
0 Kudos
Message 4 of 4
(2,851 Views)