ical Channels says 'No supported devices found'. I am using the Polhemus Fastrak and attempting to write a driver for the Serial port interface. Please explain how to find the supportive devices. My background in DAQ and Labview is very weak. THANKS!!!You do not have a DAQ device in the sense of having a board in the PC that does data acquisition. You cannot use any of the DAQ or DAQmx functions for communication with your serial instrument. In your posting to the LabVIEW General forum, you stated that you were using VISA. That is the correct approach. First however, you should try to communicate with the device using something like Hyperterminal and verify all of the settings and cable are correct before trying to write a driver. You might want to take a look at this
tutorial.