Forum Replies Created
Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
JacksParticipantAnswer to my question.
This was a bad example for C# in API. More precisely, the wrong import of the library. Correct like this:
[DllImport(DLL_NAME_Win32, EntryPoint = “smGetGPSInfo”, CallingConvention = CallingConvention.Cdecl)]
private static extern SmStatus smGetGPSInfo_Win32(int device, SmBool refresh,
ref SmBool updated, ref long secSinceEpoch, ref double latitude,
ref double longitude, ref double altitude, [Out] char[] nmea, ref int nmeaLen);
JacksParticipantJacks September 10, 2019 at 10:14 pm in reply to: How update BB60C firmware to 8 ver? //php bbp_reply_id(); ?>Yes, there is a problem, with firmware version 7 when measuring channel power, changing Gain and attenuation, we observe a different power level. We don’t know what meaning to believe. We hope to solve this by updating the firmware.
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)