06-05-2009 04:32 AM
Hi
I need to read binary data coming on Rs232 port sent by PIC microcontroller embedded on FPAA kit in labview and then send that data to FPGA kit for display. Please help me how to do it as I dn't have much experience in using LabVIEW
06-05-2009 05:59 AM
Hi There,
Good Morning and I hope your well today.
Thanks for the post!
To perform Serial in LabVIEW you require NI-VISA (or NI-Serial) driver to be installed. You can find these from ni.com/downloads. These provide API in LabVIEW to open, read/write and close activity to ports.
In LabVIEW Example Finder, Help>>Find Examples - search Serial, and locate the Basic Serial Write and Read task.This will help you learn what is required.
I have also located some tutorials and other example code,
Serial Instrument Control Tutorial
http://zone.ni.com/devzone/cda/tut/p/id/2897
*Overview
Performing Concurrent Serial VISA Read and Write in Parallel Loops
http://decibel.ni.com/content/docs/DOC-4811
Serial Communication Starting Point
http://digital.ni.com/public.nsf/allkb/E22DA85E97818DE78625678C0069BFC9?OpenDocument
Hope this helps to get you started,
06-05-2009 06:32 AM
