开发者

Novatel SDK (windows)

开发者 https://www.devze.com 2023-03-23 04:37 出处:网络
I installed the novatel SDK for windows and attempted to run an example application (FieldTestInfo). I made sure to check if the NvtlService is running in windows services (it is).

I installed the novatel SDK for windows and attempted to run an example application (FieldTestInfo).

I made sure to check if the NvtlService is running in windows services (it is).

When I run in debug, I see that:

//Check to see if SDK loaded okay
    if( !sdk.IsLoaded() )
    {
        printf("SDK unavailable, aborting\n");
        return 0;
    }

sdk.IsLoaded returns false.

Nothing in the sdk addresses this. Anyone know what I should check to trou开发者_如何学Cbleshoot this?


The answer to this question is to avoid using Novatel products if you are concerned with documentation and an active developer community. Novatel offers neither.

I contacted Sierra wireless and so far have had a much easier time obtaining the information required to develop applications equivalent to those I would have used novatel product for.

0

精彩评论

暂无评论...
验证码 换一张
取 消