Interfacing LPCXpresso 824-max with LabView?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Interfacing LPCXpresso 824-max with LabView?

810 Views
valerio
Contributor I

Hello everybody,

I was wondering if there is any way to interface LPCXpresso 824-max with a software like LabView, and how to actually do it.

What I need to do is quite simple: creating a user interface to change the value of an uint-type variable used by the program wrote in LPCXpresso IDE.

Thank you for your help!

Labels (4)
0 Kudos
3 Replies

558 Views
Carlos_Mendoza
NXP Employee
NXP Employee

Hi Valerio,

I think the easiest way of interfacing the board with Labview is using serial communication, you could route the LPC824 UART to the mbed Serial Port and use this virtual com port to communicate with your Labview serial component.

Hope it helps!

Best Regards,
Carlos Mendoza
Technical Support Engineer

558 Views
valerio
Contributor I

Hi Carlos,

thank you for your answer!

Do you know any code example on the internet I can refer to?

0 Kudos

558 Views
Carlos_Mendoza
NXP Employee
NXP Employee

Hi Valerio,

 

You can use the hello world example from the LPCOpen package or the example code bundle:

pastedImage_2.png

 https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fcache.nxp.com%2Ffiles%2Fmicrocontrolle... 

Hope it helps!

 

Best Regards,
Carlos Mendoza
Technical Support Engineer