04-23-2014 08:08 AM
Hallo all
In my internship program I have to write a program to communicate Atmega32 with labview. In UART 5 byte is comming,
First byte is address byte
2 & 3 bytes are current values and
4 & 5 bytes are temperature values.
I wanted to display the current and temperature graphs and readings in labview. I updated basic serial read and write program and attached in this mail. Appart from this I made a communication RAW protocol using this link http://www.ni.com/white-paper/4478/en/ .
My problems are
I getting some random values from microcontroller. How can I read data from correct memory address?
Is there any specific command to read memory address?
Thank you in advanced
04-23-2014 08:51 AM
04-23-2014 09:41 AM
04-24-2014 03:35 AM
Thank you very much Dennis.
This is the first time I am something doing in Labview. Sorry for my silly doubts.
Can you suggest any example vi to slove my problem?
04-24-2014 07:11 AM
04-24-2014 07:17 AM
One of my senior did the microcontroller programming, he only pass that information. This is only one part of my internship.
If I deleted the driver created by the wizard, how can I communication with microcontroller?
04-24-2014 08:19 AM