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
Solved! Go to Solution.
 iulian_stan
		
			iulian_stan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Luca,
You can get this values via ActiveX/JSON-RPC API using GetConfigParamString function with:
Regards,
Iulian
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
 
					
				
		
 MichalH
		
			MichalH
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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:
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
 iulian_stan
		
			iulian_stan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Luca,
You can get this values via ActiveX/JSON-RPC API using GetConfigParamString function with:
Regards,
Iulian
