lhl
September 11, 2009, 9:00am
1
I’m using the wipsoft library API. And I would like to extract the library version number, But the only way seems to be using AT+WIPCFG=3
But the Manual state that wipsoft library and AT command’s shouldn’t be used simultaneously
My question: can I with our any risk do like this:
[i]execute wip_ATCmdSubscribe
execute AT+WIPCFG=3
execute wip_ATCmdUnsubscribe
wip_netinit()
run, run run…
[/i]
or is there a way to get it via the API?
awneil
September 11, 2009, 10:26am
2
If you’re using WIP via the API, the version must be known at build time.
See the WIP_PLUGIN_VERSION symbol…
lhl
September 11, 2009, 12:15pm
3
ok
the WIP_PLUGIN_VERSION is ex:510 and I’m linking with 5.10.20.20 (witch of course is 510) but I would like to extract/generate the string “5.20.20”.
Any clues ?
lhl
September 11, 2009, 1:00pm
4
sorry mean the string “5.10.20.20” ofcourse