National Instruments can't help you here. Only the manufacturer can.
A VxD file is just a virtual device driver for the card. You will
need some sort of DLL or ActiveX server from the mfg. to be able to
send commands to the card. Otherwise you will at least need a
register map from the mfg. and instructions on register programming
the card from them. If you do register programming then you will need
to do it in Win98 or WinME, etc. NOT WinNT or Win2000 as you can't get
access to real memory from those O/S's.
(Well actually you can if you hunt around enough on the internet to
find somebody with a DLL to sell you that lets you write to real
memory.)
Douglas De Clue
LabVIEW developer
ddeclue@bellsouth.net
"MM"
wrote in message news:
hjk59$mbt1@imsp212.netvigator.com>...
> If it can, what is the procedure I need to do?
> I am trying t...