2017-12-11 10:18 PM
2017-12-15 08:24 AM
This seems to be pretty remedial level stuff.
Remove or comment out the PRINTF() statements in sx1276.c to get rid of the txDone, rxDone and rxTimeOut messages, and those in main.c generating the OnTxDone, OnRxDone , OnRxTimeout, OnTxTimeout, OnRxError, etc
Replace with PRINTF() of your choice and construction. The data is output/buffered by code in vcom.c
2017-12-15 10:07 AM
As ​ says, these are just PRINTFs - you can simply add and remove them as you see fit.
But note that they are only sending across the local USB link - not the LoRa radio link ...
2018-01-26 04:50 AM
hi , please in which part of script can i change the message? i can't see in which part the message is generated
thanks
2018-01-26 05:56 AM
These messages? Use the 'Find in Files' search mode of your IDE to locate them.
2018-01-29 02:42 AM
Note that 'C' programs are not normally referred to as 'scripts'.
https://en.wikipedia.org/wiki/Scripting_language
So, if you are expecting this code to be a 'script' in the conventional sense - it isn't.