Hello friends,
Now, my node is in class C. I can see each data in a console. I would like to retreive data for send it with a UART connexion. I read a differents functions in file mDot.h. There is just one function to receive named recv(). In comment, it’s note “send() must be called before recv()”
So, my question is :
What is the good fonction i need to use for receive each datas in real time without use send() before ?
Thank