How to retrieve embedded software freemaster info strings?

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

How to retrieve embedded software freemaster info strings?

跳至解决方案
1,835 次查看
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,825 次查看
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,822 次查看
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,792 次查看
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,826 次查看
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