matthijskooijman / arduino-lmic

:warning: This library is deprecated, see the README for alternatives.
705 stars 651 forks source link

Get the Parametres Configuration of a message #232

Open Y-Fakih opened 5 years ago

Y-Fakih commented 5 years ago

Hi I am working on Dragino LoRa shield v1.4 using this your library. I need to do a log file containing the following information:

0- The Timestamp 1- The Message Counter 2- The Message Itself 4- The DevAddr of the sending node (If Possible) 5- The Channel (If Possible)

In fact, the Log file read all the line of the serial monitor. Is it possible to write the different information on the serial monitor "The DevAddr of the sending node - The Channel" through some predefined function in your Library ? If yes, what do you propose to use ?

Any type of help ? Thank you in advance.