You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi firstly thank you for this project; its good fun.
ISSUE: Any messages from the mesh to the node with the serial module enabled (mode: TEXTMSG - only tested this mode) will not be sent out the serial port.
OTHER NOTES ABOUT THIS ISSUE:
Any messages sent to the mesh from the node with the serial module enabled using the APP (Connected via USB) will be transmitted out of the serial port successfully.
Any messages sent to the node via the serial port are sent to the mesh successfully.
I am using a configuration that was working in firmware 2.4.2.5b45303 (both Pico and PicoW). I have tested both 2.5.6.d55c08d and 2.5.7.f77c87d on both the Pico and PicoW and they both appear to have the same issue.
It appears that there was a bug introduced between firmware 2.4.2.5b45303 (working) and 2.5.6.d55c08d (not working).
All nodes have a default channel called 'serial' and the node with the serial module enabled has the following config:
As discussed above the serial port is actually functioning (Transmit and Receive) just messages received by the node with the serial module enabled are not being routed / re-transmitted out the serial port.
I have checked the documentation multiple times now and checked for related issues. It was working on an older firmware, so I assume this is a bug; that said I am happy very to be corrected.
Log output generated from "meshtastic --port /dev/ttyACM0 --listen", the following actions where then taken:
Message via the serial port. Message: "Origion from the serial port"
Message then sent from a remote node. Message: "Ogirion from a remote node"
Message then sent from the node with the serial port via the APP (USB). Message: "Origin from the node with the serial port as a message sent from the Android app"
Category
Serial
Hardware
Raspberry Pi Pico (W), Other
Firmware Version
2.5.6.d55c08d, 2.5.7.f77c87d
Description
Hi firstly thank you for this project; its good fun.
ISSUE: Any messages from the mesh to the node with the serial module enabled (mode: TEXTMSG - only tested this mode) will not be sent out the serial port.
OTHER NOTES ABOUT THIS ISSUE:
I am using a configuration that was working in firmware 2.4.2.5b45303 (both Pico and PicoW). I have tested both 2.5.6.d55c08d and 2.5.7.f77c87d on both the Pico and PicoW and they both appear to have the same issue.
It appears that there was a bug introduced between firmware 2.4.2.5b45303 (working) and 2.5.6.d55c08d (not working).
All nodes have a default channel called 'serial' and the node with the serial module enabled has the following config:
serial: baud: BAUD_9600 enabled: true mode: TEXTMSG rxd: 9 txd: 8
As discussed above the serial port is actually functioning (Transmit and Receive) just messages received by the node with the serial module enabled are not being routed / re-transmitted out the serial port.
I have checked the documentation multiple times now and checked for related issues. It was working on an older firmware, so I assume this is a bug; that said I am happy very to be corrected.
Log output generated from "meshtastic --port /dev/ttyACM0 --listen", the following actions where then taken:
Thanks again
Relevant log output
The text was updated successfully, but these errors were encountered: