Code Monkey home page Code Monkey logo

gprs_c_sdk's Introduction

Hey there!

Twitter Blog

Languages

C C++ C#

TypeScript JavaScript PHP

Electronics & Embedded

Raspberry Pi Arduino ESP ARM

EAGLE CAD Altium Designer

Web Things

NodeJS Nginx MongoDB MySQL

AWS Heroku

gprs_c_sdk's People

Contributors

442534820 avatar a710450641 avatar huangxunyan avatar khaledbenh avatar neutree avatar petrynchyn avatar punee995 avatar zakkemble avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

gprs_c_sdk's Issues

Corrupted NMEA messages might mess up the GPS parser

The GPS parser looks for the VTG NMEA message in each NMEA frame received from the GPS receiver to determine the end of the frame (this isn't very good since VTG can be in different places depending on what receiver is used). If the message ID "VTG" or the new line at the end of the VTG message "\r\n" is corrupted, like from GSM interference on the UART lines, the parser won't find the message and the buffer is left unchanged since it doesn’t think the entire NMEA frame has been received yet. If the VTG message is corrupted for a few frames in a row then the buffer will fill up and is never cleared, and new frames won't be added to the buffer and processed.

Coolwatcher fail to burn A9G

Hi.
Please let me know any advice on this.
I have 5 days stucked on this, trying to set the A9G flashing enviroment. This has been a real pain because official site is outdated about software.

I downloaded your fies for windows:
[CSDTK42_Update2_18_7_27.7z]
[GPRS_C_SDK_V2129.zip]

I put them in C: root, using folder names:
CSDTK
GPRS_C_SDK

Later on CSDTK I run "config_env_admin" as administrator, which finisk OK.
Later on GPRS_C_SDK folder I open a POWER SHELL WINDOW and run "./build.bat app" which also finish OK.
I compiled the program call from DEMO folder which finished OK also.

Later on coolwatcher I select the flash Programmer as host_8955_flsh_spi32m_ramrun.lod
And finally select the compiled file, CALL (from demo folder): C:/GPRS_C_SDK/hex/call/call_B2129_debug.lod

But when I press the burn button (launch fastpf), I get several errors and the process stops:

image

image

I´m using Windows 11, a PROLIFIC cable and the latest driver taken from PROLIFIC page. The cable look fine when checked on Windows device manager.

Any idea why this error ?

1. SDK version(SDK 版本)

{

}


2. In what kind of operation problems appear, and how to reproduce the problem ?(什么样的操作步骤问题会出现,是否是稳定复现,如何复现问题?)

{

}


Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.