mrspirytus
mrspirytus
Update. I will be working on a different project so I can revisit this again. In this case, it will be reading binary vs ASCII data. But I can look...
@mcsauder I will start looking at this issue. Just letting you know I did not forget :) But I am tracking some other issue that I am not sure if...
So I captured 56304 GPS points using minicom and no issue.
I just installed it and running test. Will let you know soon EDIT: Should I run with any special flags? -r -l? > picocom -b 115200 -r -l /dev/ttyUSB1
So I collected 44132 NMEA strings > picocom -b 115200 -r -l /dev/ttyUSB1 | tee nmea.log Next I checked if first lines start with '$' > cat nmea.log | cut...
I am still looking and testing...
Nop. Still issue here :(
@egraether Yes I know how to run AppImage. If permissions would be the problem I would get different image from shell :) I have other AppImages and they work just...
``` $ chmod 700 Sourcetrail_2020_4_35_Linux_64bit.AppImage mrs@workbox ~ $ ./Sourcetrail_2020_4_35_Linux_64bit.AppImage QCoreApplication::applicationDirPath: Please instantiate the QApplication object first ERROR: Please run Sourcetrail via the Sourcetrail.sh script! 19:06:03 | LogManager.cpp:40 setLoggingEnabled() | INFO:...
Any recommendations what env var I should set or clear before running again?