Quite a few of the recorded
NMEA 183 sentences are going to be problematic.
For example
Code:
$IIGLL,4048.22985,N,12410.68037,W,,V,N*5A
$IIVTG,069.9,T,,M,0.04,N,0.07,K,N*10
$HCHDG,54.1,,,0.0,E*19
For the GLL sentence, the last two characters, "V,N" mean the data is Invalid (V) and FAA Mode Data Invalid (N).
Similarly the FAA mode indicator for the VTG sentence, also indicates Data Invalid.
But then there are valid Heading (HDG) sentences.
Not sure how you are feeding SignalK and what sentences your
Furuno Compass emits, (I'm guessing the HCHDG sentence), but I think you need to clearly understand your data flows.