Skip to content

MODEM subsystem: Parse fixed-length messages that are not terminated by a delimiter #66515

@mayankmahajan-nxp

Description

@mayankmahajan-nxp

Is your enhancement proposal related to a problem? Please describe.
Yes, we need to receive UBLOX messages from UBX-NEO-M8 GNSS device, and UBLOX messages are not terminated by a delimiter, but rather they are fixed length in nature.

Describe the solution you'd like
The CHAT in MODEM could include an option for parsing fixed length messages. Ex: UBLOX messages are identified by starting two bytes: 0xb5 and 0x62; After this "match" we could ask CHAT to return the next n bytes (say 8, as in the case of UBX-ACK-ACK message).

Describe alternatives you've considered
Apart from this I couldn't think of anything.

@bjarki-trackunit

Metadata

Metadata

Labels

EnhancementChanges/Updates/Additions to existing featuresarea: Modem

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions