‎09-16-2009 05:10 AM
‎09-16-2009 01:25 PM
Yes, if you still have the CD's, you can install whatever toolkits you want.
Make sure you have NI's MAX installed if you are going to do hardware communication.
‎09-16-2009 01:29 PM
‎09-16-2009 02:30 PM - edited ‎09-16-2009 02:31 PM
The NI Serial installer contains everything you need, so you can just install that and be on your way. It will install VISA and MAX as well. Just make sure to run it after you install LabVIEW, so it can recognize that you have LabVIEW installed and install the appropriate components.
Your program will only interact with NI-VISA, as it's the "Universal" communication library. Then, VISA talks to NI Serial for you. VISA makes sure your code will work if you were to move to another serial interface on any NI platform (they all hook into VISA), or a regular windows serial port on a desktop machine (if you can find one anymore).