Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

don't receive data with lib #23

Open
ffbboy30 opened this issue Sep 17, 2021 · 0 comments
Open

don't receive data with lib #23

ffbboy30 opened this issue Sep 17, 2021 · 0 comments
Assignees

Comments

@ffbboy30
Copy link

Hi,
I've tried the Extra sample with my Due , I received the ubx packet starting with 0xB5 and 0x62.
When I try to implement the lib with the same config , nothing append.
I try to add a serial print in the ubxgps.h to debug the UART reception

  boolean ready()
  {
      byte c = this->read();
      serial.print(c,HEX);    
    return true;
}

but nothing print like if the port is not opened .
Do you have a tips ?
Thanks

@loginov-rocks loginov-rocks self-assigned this Sep 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants