求一个可行的GPS应用实例
时间:10-02
整理:3721RD
点击:
求一个可行的gps应用实例
平台:mtk功能机
下面的代码是我的,为什么收到的经纬度都是空?
平台:mtk功能机
下面的代码是我的,为什么收到的经纬度都是空?
- if(gps_init_flag==KAL_FALSE)
- {
- gps_logging_agent_enable();
- gps_debug_info_enable();
- GPS_Init(NULL);
- ret=mdi_gps_UART_open(mdi_get_gps_port(), MDI_GPS_UART_MODE_LOCATION, sunoo_gps_cb);
- gps_printf("gps_test_open_gps 1111 ret=%d\n",ret);
- ret=mdi_gps_uart_open(mdi_get_gps_port(), MDI_GPS_UART_MODE_RAW_DATA, sunoo_gps_cb);
- gps_printf("gps_test_open_gps 2222 ret=%d\n",ret);
- gps_init_flag=KAL_TRUE;
- }