06-02-2006 08:20 AM
06-02-2006 08:41 AM
The device wizard should only be used when the instrument manufacturer does not provide any driver and when the manufacturer provides detailed information on the very low-level USB RAW communication the instrument is using. What you have done is replace the driver that came with the device with a National Instrument VISA interface. What you should do is remove the driver you created with the wizard and re-install any software that came with the GPS. I haven't used this GPS, but it is possible that the USB interface will then appear in MAX as just another serial port. You can then do a search of the forum for GPS drivers. I have seen (but not tried) several examples. They all communicated to the instrument as if it was connected via a regular serial cable.
Even if it was correct that the USB was essentially a parallel port device, VISA and the Instrument I/O Assistant could be used in some cases. It is a fairly simple task to write to a parallel port and use it as a digital output device. The USB is really much more complex than either a simple RS-232 or printer port. The fact is that it can be used for either as well as a host of other commuincation protocols.
06-03-2006 12:40 PM
06-05-2006 07:52 AM
06-05-2006 08:43 AM
06-05-2006 09:45 AM