on7lds
on7lds
I initially thought about it, but did not yet implement this, because I do not know if all network connections from MMDVMHost to servers recover when the IP address changes...
At this moment, it is possible if you use NextionDriver as a companion to MMDVMHost. ( https://github.com/on7lds/NextionDriver/ ). Note that this program is linux only.
For the Nextion screens, you could use NextionDriver (https://github.com/on7lds/NextionDriver). This will start before MMDVMHost and already show some data. There are a lot of screen definitions out there (https://www.facebook.com/groups/Nextion and...
I succesfully did GPS with Data Bearer Service (Conventional / Digital Common / Basic) set to 'Hytera Defined Data' MMDMV log showed something like GPS position [xx.xxxxxx,y.yyyyyy] (Position error not...
MMDVMHost does not process incoming serial data from the Nextions, one of the reasons to use NextionDriver. If NextionDriver is installed and configured, it is not MMDVMHost who is talking...
Using a USBTTL, indeed. I jus saw indeed it is more of an modem connected issue. I'll try to make a setup like that to (hopefully) replicate the problem.
I had some time to take a first look. Using **_MMDVMHost version 20240210_PS4 git #218a017_** and **_MMDVMHost version 20210617_PS4 git #9106fd6_** I used 'Trace=1" and 'Debug=1' in the [modem] section....
@g4klx : sadly this breaks one thing to solve another. The working configuration with the 2021 code was ``` [Nextion] Port=/dev/ttyNextionDriver [NextionDriver] Port=modem ``` This means MMDVMHost will pass output...
What is your error ? It compiles on my system. With 2 warnings, but it compiles.
I'll check it out