Since it is possible to connect the device to USB and
use the meshtastic python cli tool to send messages like this:
meshtastic --port /dev/ttyACM0 --sendtext "Hello World!"
I am wondering if is it possible to read/wait for messages as well ?
Something like this:
meshtastic --port /dev/ttyACM0 --receivetext | while read message ....
Note: receivetext is not a valid option, the above is just to explain what I am looking for.
Thanks in advance