Interfacing LPCXpresso 824-max with LabView?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Interfacing LPCXpresso 824-max with LabView?

864 次查看
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!

标签 (4)
0 项奖励
3 回复数

612 次查看
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

612 次查看
valerio
Contributor I

Hi Carlos,

thank you for your answer!

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

0 项奖励

612 次查看
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