Skip to content

nmeaconverter_pi-0.2-add-wildcard-win32

Pre-release
Pre-release
Compare
Choose a tag to compare
@rgleason rgleason released this 21 Mar 22:23
· 138 commits to master since this release

RooieDirk has Added Wildcards.

Have installed and it loads. Have not tested fully. Needs Testers!

"Now it is possible to use wildcards in the identifiers. So you could make it talkerid independent bij using something like .....$??XXX3.... , and whatever character on the ? position will cause a hit.
And maybe more important, you might use it for special transducers sending the something like $OWXDR,H,....or $OWXDR,C.... sentence. Note that field 1 is part of the indentifier. As the comma is the nmea separator, you can not use it as an identifier string, but by using a wildcard it works. For example ....$OWXDR?H2... or $??XDR?H2.... will work.

Dirk has one final version which fixes compiler warnings, but that needs some work.