Damrr wrote:
> Yes I am using ublox receiver.
> I have used 9600, parity 0 , data bit 8 and stop bit 1.
The default setting of uBlox modules is:
9600,n,8,1
> I getting full nmea format with no errors.
The ReceiverProtocolDescription (M8 in this case) says:
"As of Protocol version 18+, the UART RX interface will be disabled when
more than 100 frame errors are detected during a one-second period. This
can happen if the wrong baud rate is used or the UART RX pin is
grounded. The error message appears when the UART RX interface is
re-enabled at the end of the one-second period."
So:
You are SENDING data to the receiver using WRONG UART settings or the RX
Pin is grounded. From our experiences with ublox receivers the UART is
VERY stable - if used correctely ;)
Best, Stephan