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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

2,185件の閲覧回数
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,177件の閲覧回数
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,168件の閲覧回数
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,166件の閲覧回数
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 件の賞賛
返信