mkinney
mkinney
Looks like we might be able to leverage this: https://pyserial.readthedocs.io/en/latest/tools.html#miniterm
Can run `meshtastic --noproto` and watch the logs (as long as you are not connected to the serial port, or try to use the `meshtastic` commands to run serial commands...
After looking at the code, I think the ```--ch-enable``` and ```--ch-disable``` needed some code changes.
So, number 1 above is no longer a question with PR#157. The other items 2-8 need input.
The `--no-atime` option makes no sense to me. Perhaps it should be renamed to `--send-position`?
Looks like to test `--reply`, open up one terminal session with `--reply` and then on another terminal do a `--sendtext`. The first terminal should simply show the value received.
Looks like info about the SerialPlugin can be found in the source: https://github.com/meshtastic/Meshtastic-device/blob/master/src/plugins/esp32/SerialPlugin.cpp#L12
Thanks. Let me know if you need any more info.
I'm guessing it is because they do daily builds of the iso until it is released on April 23, 2020.
Can you have add the `--support` option and `--info` from the meshtastic (python) cli?