How to create a program like windows program with gui tool?

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

How to create a program like windows program with gui tool?

2,187 次查看
itr1718
Contributor III

Hello,

i am programming with kl27 processor and sensors.

I can get sensor data and print on console window.

I added USB HID driver and it works good.

I would like to make a program which can show the data as number or graphs.

 

Which tool or how can I make that with Kinetis design studio?

Is there some methods or example?

 

Thanks and have a good  weekend

0 项奖励
回复
3 回复数

2,179 次查看
ErichStyger
Specialist I

Hi @itr1718 ,

you should consider using MCUXpresso IDE and not Kinetis Design Studio as it is legacy.

See https://mcuxpresso.nxp.com and https://www.nxp.com/design/software/development-software/mcuxpresso-software-and-tools-/mcuxpresso-i... 

As for what you want: have a look at https://www.nxp.com/design/software/development-software/freemaster-run-time-debugging-tool:FREEMAST... 

I hope this helps,

Erich

0 项奖励
回复

2,170 次查看
itr1718
Contributor III

Hi @ErichStyger ,

thanks for your recommendation.

I am almost done with my work. I would like to change after this work.

But Freemaster looks like just for debugging.

I want to find a solution such as qt creator which can make a executing program on or with kds.

Because I want to run sensors and board also without kds and show as graphs or numbers on a window. 

 

Is there something for the solution?

2,168 次查看
ErichStyger
Specialist I

No, FreeMaster is not only for debugging: it provides a complete graphical front end to inspect and view the data, but as well the ability to interact with the target.

Other than that: we have used a lot applications with C# and WPF for this kind of things: all what you need is to define a simple protocol e.g. over UART and hook a MS Visual Studio application on it.

Of course you can do this as well with QT or any other framework you like to use.

0 项奖励
回复