I am also having problems, as the instructions are not clear. For example, is the time to wait millis?
I’ve verified I am sending/receiving serial message between two esp32s. I also have two meshtastics nodes communicating via the sendtext function in python sdk.
I then use the cli to send…
meshtastic --port /dev/cu.SLAB_USBtoUART --set serialplugin_enabled 1 --set serialplugin_rxd 35 --set serialplugin_timeout 1000 --set serialplugin_echo 1
(i got these settings from the defaults in the code)
and get a confirmation.
the esp32 is sending a 5 bytes messages every 10 seconds. it appears the meshtastic node is echoing back. however, i never see the message on the network.
I’ll keep messing with it as I feel it’ s a very essential feature for lots of DIY folks who don’t want to muck around in the lower level firmware code. Would appreciate assistance, though. Thanks.