03-05-2008 01:50 PM
03-06-2008 01:24 AM
03-06-2008 01:42 AM
03-08-2008 05:19 PM
thanks a lot for helping this new person to learn more.... I was thinking of some kit or some external hardware circuit which we can buy for REALLY CHEAP and test the National Instruments VI 's for RS232 or ethernet interface.
Have you tried FTDI chip for desktop PC interfacing in SPI and RS-232 using National Instrument VIs. Is there any ( hardware kit/ sample projects) which one can purchase and use National Instruments VIs for the interface to learn
03-08-2008 08:23 PM
Technically you can do everything you are talking about for free provided you have the internet tool kit installed (Full Development Suite) and depending on what level of detail you plan on going into.
If you want to play with RS232 you can start with just taking the existing Labview example, "Basic Serial Write and Read.vi" under Labview Help -> Find Examples. You can find a serial cable and connect it to your Comm port. On the other end of the Comm port you can insert a small wire to short pin 2 to pin 3 (TX to RX). You will then be able to send and recieve data on the same vi. I would look at wikipedia to learn more: http://en.wikipedia.org/wiki/RS-232
If you have the internet tool kit install then you can do all kinds of stuff with just a regular internet connection. For example any place where you can Telnet you could test using the "Telnet Line Client.vi" provided by Labview. Again I would start by consulting wikipedia if you have questions: http://en.wikipedia.org/wiki/Telnet
If you are trying to do everything down to the hardware level then this is a little more involved. Again break your post into smaller pieces and repost on the Labview forum and you will have better luck getting detailed responses.
You should not have to spend much money to play around. You can build a lot of this stuff yourself or you can purchase very cheep if you shop around. For example you can implement SPI using a parallel port but you need to know what your target SPI interface will be. Regards, SS
03-08-2008 09:49 PM
03-08-2008 10:11 PM
03-08-2008 11:33 PM
03-10-2008 02:25 AM