12-18-2008 11:43 AM
12-18-2008 12:02 PM
CommTech provided an example in C++. We got it working with CVI. Then created a dll which was used in the application.
There is another way if you want to avoid the dll. The VISA DDK provides the ability to design an interupt driver that punches the registers required etc. To use that tool you need to be familiar with the workings of the hardware, the registers and their signifigence.
Ben
12-18-2008 12:52 PM
12-18-2008 07:16 PM
12-19-2008 03:34 AM
12-22-2008 01:13 PM
I am going to probably use the FastComm chip you said they have example software for the dll is the dll the application itself or is it just a driver for the chip? and if it is just the driver for the chip can i impliment my own labview application for transmitting and recieving HDLC?