UbxGps icon indicating copy to clipboard operation
UbxGps copied to clipboard

don't receive data with lib

Open ffbboy30 opened this issue 3 years ago • 0 comments

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

ffbboy30 avatar Sep 17 '21 08:09 ffbboy30