How to retrieve embedded software freemaster info strings?

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

How to retrieve embedded software freemaster info strings?

ソリューションへジャンプ
1,766件の閲覧回数
lucabarbiero
Contributor IV

Hello, the FreeMASTER driver supports the following string defines:

- FMSTR_APPLICATION_STR

- FMSTR_DESCRIPTION_STR

- FMSTR_BUILDTIME_STR

Once I define them on target side, how can I retrieve these strings using the desktop application, as well as activex and json-rpc APIs? I could not find any documentation about this.

Regards,

Luca

0 件の賞賛
1 解決策
1,756件の閲覧回数
iulian_stan
NXP Employee
NXP Employee

Hi Luca,

You can get this values via ActiveX/JSON-RPC API using GetConfigParamString function with:

  • NM argument for FMSTR_APPLICATION_STR
  • DS argument for FMSTR_DESCRIPTION_STR
  • BD argument for FMSTR_BUILDTIME_STR.

Capture.PNG

 

Regards,
Iulian

元の投稿で解決策を見る

3 返答(返信)
1,753件の閲覧回数
lucabarbiero
Contributor IV

Ok sorry, I just missed that! Why don't you add this feature in the desktop app as well? Maybe get those strings in a popup window or something. That would be useful.

Luca

0 件の賞賛
1,723件の閲覧回数
MichalH
NXP Apps Support
NXP Apps Support

Hello Luca,

some of the application parameters (not the string ones though) are displayed when trying to use a Connection Wizard with an already connected board:

MichalH_0-1652767121252.png

Your request has been logged. We'll extend this dialog in one of the future versions and will add a more obvious way to display it.

Thanks,
Michal

1,757件の閲覧回数
iulian_stan
NXP Employee
NXP Employee

Hi Luca,

You can get this values via ActiveX/JSON-RPC API using GetConfigParamString function with:

  • NM argument for FMSTR_APPLICATION_STR
  • DS argument for FMSTR_DESCRIPTION_STR
  • BD argument for FMSTR_BUILDTIME_STR.

Capture.PNG

 

Regards,
Iulian