LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

interface with ADuC814 microcontroller

Solved!
Go to solution
Is it posible for Lab VIEW 8.5 to send and recieve data from ADuC814 with 8051 using serial RS232?
0 Kudos
Message 1 of 6
(3,252 Views)
If you can use ADuC814 with 8051 send and recieve data through RS232, you can use LabVIEW to communicate with the microcontroller
Best Regards

Hu Yu
0 Kudos
Message 2 of 6
(3,237 Views)

Hey n5230A,

 

You certainly do serial communication in LabVIEW. To do so, you are most likely going to what to use the NI VISA driver. Here are some more links to help you get started: Serial Communicaiont Starting Point and LabVIEW 8.5 Help: Serial Port Communication

Hope this helps.
-Ben

WaterlooLabs
0 Kudos
Message 3 of 6
(3,215 Views)
Solution
Accepted by topic author n5230A
I am sending #00237002#003  [char(2) & 3700 & 2 & char(3)] to ADuC814 via RS232 terminal.  How do i send it by Lab VIEW 8.5?
0 Kudos
Message 4 of 6
(3,212 Views)

Hey n5230A,

 

I noticed you marked your last post as the solution. Were you able to communicate with your device via RS232?

Hope this helps.
-Ben

WaterlooLabs
0 Kudos
Message 5 of 6
(3,173 Views)

Hi Ben and the forum,

 

Thank you for all the help. Yes, I did figure it out. All I did was typecast the #002, #003 (start text, end text) to string and it works!

Best regards!

Richard 

0 Kudos
Message 6 of 6
(3,164 Views)