Skip to content

How to receive and parse messages from UART in APP layer? #1105

Answered by knmcguire
Residualstress asked this question in Q&A
Discussion options

You must be logged in to vote

Hi! Indeed I would advise this tutorial that you already have given. It is for CRTP connection, so you can do anything with it that you want. In your case, I would recommend setting up a logging parameter in the app layer and read it out in the cflib logging retrieval. Then you'll only read out the logging from the bolt, but you can still control the bolt from the app layer alone.

However, the top solution will block any other CRTP connections from other sources like your computer, as there can only be a 1-1 connection with crtp... So perhaps that is also another reason to go more low level.

As you have already seen in the tutorial explained before, that the abbrivation CPX comes up. That…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by Residualstress
Comment options

You must be logged in to vote
1 reply
@knmcguire
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants