GPS U-Blox Neo M8N parser

Hi Dev,

Great work with NEOgps

I would like to use the ublox binary protocol using NEOgps and was wondering if it possible to parse an already aquired sentance.

My setup is a 4d systems screen and a spi connection to the arduino. The 4d systems screen receives the GPS data on a hardware serial port and does that job very well without any impact on the screen. I then send and receive an SPI packet where the GPS data is transferred to the arduino as byte arrays.

The reason for this, is the Arduino hardware serial is in use by a bluetooth adapter and all works well. The 4d systems screen display rate is very fluid.

Any Serial read on the arduino messes things up.

If I could pass the whole byte array to the parser as ublox binary I could maintain this very fast framerate.

If this function already exist's in the library, could you please point me in the right direction.

Thanks