night199uk - is there specific support for canb...
is there specific support for canboat anywhere? I'm working to add support to canboat, canboatjs, and eventually signalk-nmea2000 for the propetiary raymarine autopilot PGNs. 130918 and 130848. this should help signalk to control raymarine autopilot heads like the raymarine p70, I hope.
raymarine PGNs seem to contain an string type that I cannot find support for in canboat today.
it is a fixed maximum number of bytes (i.e. 16 bytes), but shorter string are allowed & NULL-terminated. in canboat pgn.h I see either STRING_FIXED (which reads and displays all 16 bytes, including the NULL and garbage after the NULL), or variable length types like STRINGLZ, which is a string with length encoded.
is there a CANBOAT type for "NULL terminated string, with maximum length", that I'm not finding?
raymarine PGNs seem to contain an string type that I cannot find support for in canboat today.
it is a fixed maximum number of bytes (i.e. 16 bytes), but shorter string are allowed & NULL-terminated. in canboat pgn.h I see either STRING_FIXED (which reads and displays all 16 bytes, including the NULL and garbage after the NULL), or variable length types like STRINGLZ, which is a string with length encoded.
is there a CANBOAT type for "NULL terminated string, with maximum length", that I'm not finding?