Replies: 1 comment
-
If you're trying to use it over USB instead of the actual UART (TX/RX pins), you'll want to set serial.override_console_serial_port to true |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've posted previously about trying to get serial data in to CalTopo from a Heltec device, and gave up. I've since tried with a Rak board + GPS and I'm still not having any luck.
I have configured both meshtastic devices with Serial On, 9600 baud, and have toyed with bot NEMA Positions and serial.mode.caltopo in the UI/settings to no avail.
Looking at the debug in the CalTopo console I never see anything remotely akin to the NEMA outputs I see from other devices, no does CalTopo seem to like the native setting.
I am getting these:
2025-01-14 11:20:29 APRSLocalEngine [INFO] Serial data: �[0m��[34m�DEBUG �[0m| 19:20:27 535 [Router] �[34m�POSITION node=a1ebbXXX l=22 lat=33725XXXX lon=-118045XXXX msl=0 hae=-28 geo=0 pdop=0 hdop=0 vdop=0 siv=0 fxq=0 fxt=0 pts=0 time=1736882428
And:
I was hoping to share a demo this week but seemingly am stuck.
Do I need to put a tranlator or something in between somehow (python listening to serial port and forwarding to CalTopo)?
Beta Was this translation helpful? Give feedback.
All reactions