Serial Communication With Labview Tutorial Video
- Labview Usb Serial Communication
- Serial Communication With Labview Tutorial Videos
- Labview Serial Port
Feb 25, 2015 - 2 min - Uploaded by medo hdهذا الفيديو يوضح كيفية التحكم فى منافذ الدخل والخرج للمتحكم ATMEGA32 عن طريق اللاب فيو. This video shows how to control i/o ports of ATMEGA32.
Does anyone know where a good LabVIEW Tutorial on Serial Connections (RS232).Any help is appreciated.
Thanks.
dsolimanoclosed as off-topic by Pang, karthik, greatwolf, Reto Koradi, droid kidDec 28 '14 at 7:26
This question appears to be off-topic. The users who voted to close gave this specific reason:
- 'Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.' – Pang, karthik, greatwolf, Reto Koradi, droid kid
Labview Usb Serial Communication
2 Answers
Pretty straightforward example:
crlangloiscrlangloisThere are some complete apps in the Example directory. First of all, make sure that you don't have any hardware issues and check your serial port settings in OS configuration.
I hope you know that you can test your RS232 communication by connecting the Rx directly to the Tx pin.
Serial Communication With Labview Tutorial Videos
Not the answer you're looking for? Browse other questions tagged serial-portlabviewserial-communication or ask your own question.
This instructable is a quick tutorial explaning how to connect your Arduino to LabVIEW thought USB.
You’ll learn how to send a string and receive data available at USB port.
Labview Serial Port
First of all, C programming skills and LabVIEW diagram block knowledge will help.
You will need:
- Arduino UNO;
- LM35 (Or other sensor);
- LabVIEW Software with NI-VISA Driver;
This tutorial will not explain how LM35 sensor works. See its datasheet.
What's LabVIEW?
LabVIEW (Laboratory Virtual Instrument Engineering Workbench) is a visual programming language developed by National Instruments. It's very useful for data acquisition (purpose of this tutorial), instrument control, industry automations.
Arduino?
Arduino is an open-source computer hardware used to develop interactive objects, taking inputs from a
variety of switches or sensors, and controlling a variety of lights, motors, and other physical outputs.
Arduino projects can be stand-alone, or they can communicate with software running on your computer (e.g. Flash, Processing, MaxMSP.) The boards can be assembled by hand or purchased preassembled; the open-source IDE can be downloaded for free. (from Arduino).