Hallo
Like the subject line says: I think I am struggeling on the last couple meters
with getting the Prologix GPIB-USB controller working using NI-VISA.
********** What works: ***********************************************************************
1) The device:
http://prologix.googlepages.com/ is recognized by the kernel:
> lsusb:
Bus 001 Device 004: ID 0403:6001 Future Technology Devices International, Ltd 8-bit FIFO
> ls -l /dev/ttyUSB0
crw-rw---- 1 root uucp 188, 0 Dec 4 15:39 /dev/ttyUSB0
> lsmod | grep ftdi
ftdi_sio 37128 0
usbserial 35252 1 ftdi_sio
usbcore 123756 6 ftdi_sio,usbserial,nikal,ehci_hcd,uhci_hcd
2) NI-VISA 4.2 installs fine:
> uname -r
2.6.22.13-0.3-default
- kernel-source and kernel-syms packages are istalled
- make cloneconfig
- make modules_prepare
- make modules
- install NI-VISA 4.2 im kernel source directory:
.......
Running NI-KAL Post Installation Script ...
Running NI-PAL Post Installation Script ...
Running NI-RPC Post Installation Script ...
Running NI-ORB Post Installation Script ...
Running NI-DIM Post Installation Script ...
Running PXI Services Post Installation Script ...
Running NI-VISA Runtime Post Installation Script ...
Installation completed successfully.
> cat /etc/profile.local
VXIPNPPATH=/usr/local/vxipnp
export VXIPNPPATH
export LD_LIBRARY_PATH=/usr/local/vxipnp/linux/bin:$LD_LIBRARY_PATH
- reboot
********** not sure how to interprete ********************************************
all done as root on a laptop without generic serial port:
> visaconf
-> Warning! Could not find any dynamic Visa Resources.
Maybe the adapter is a static resource?
-> edit ASRL1::INSTR
binding: /dev/ttyUSB0
Baudrate (9600), parity (none), stop bits (1), flow control (none) remain unchanged as prologix manual states that they are irrelevant.
Good sign:
State of device changes with plugging in from: uncertain to ready.
********** surely not good *******************************************************
> NIvisaic
-> unable to find resources using expression "?*"
Return status code 0xBFFF0011
Status name: VI_Error_RSRC_NFOUND
Any help would be appreciated, thanks
Matthias