04-24-2012 08:40 AM
Hello,
I am working on a project where I have to connect a Connexlinx 4790 transceiver between two computers and trasnceive basic files and inforamation. I am new to labview. Can anyone help me with a VI that I can use for this project. Thank you.
04-24-2012 08:50 AM
Since you are new to LabVIEW you should start with the free video tutorials. http://www.ni.com/academic/students/learnlabview/
04-30-2012 08:28 AM
The first thing I suggest you do is go through some of the things in the link nyc has posted. seccondly have you a labview driver set for your device. This API would be needed for communication over the device. If this does not exist you can create it your self but I warn this is not for the faint hearted.
http://zone.ni.com/reference/en-XX/help/371361H-01/lvdialog/idproject/
Thirdly are you aware of the steps involved in a comms system. There is alot of work involved in changing your data to binary and then modulation the signal for transmission. I suggest you look into exactly what you want to do and then come back when you have more specific questions.