renestraub / ubxlib

ublox gnss modem library
MIT License
4 stars 3 forks source link

Add retry mechansim for public methods (poll, set, ...) #21

Closed renestraub closed 3 years ago

renestraub commented 4 years ago

It can happen that a message is not answered by the modem or lost on the serial communication link. To ease the work with the library some sort of internal error handling/retry mechanism should be added

To remain backward compatible it must be possible to enable/disable this feature.