Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for SeaTalk protocol #67

Open
ktuukkan opened this issue Jan 30, 2017 · 0 comments
Open

Add support for SeaTalk protocol #67

ktuukkan opened this issue Jan 30, 2017 · 0 comments
Labels

Comments

@ktuukkan
Copy link
Owner

ktuukkan commented Jan 30, 2017

Add support for Raymarine SeaTalk protocol by adding a layer of listeners and message parsers on top of raw $STALK sentence parser.

http://www.thomasknauf.de/seatalk.htm
http://www.gadgetpool.de/nuke/images/articles/bridge128sd/ManualBridge128SDV3.01.pdf

$STALK,cc,p1,p2..,pn*xx

  • cc = SeaTalk Command
  • p1, p2 .. pn = Parameters
  • *xx = NMEA checksum

Somewhat real examples provided here:
$STALK,30,00,0C - Switch ON illumination on SeaTalk instruments.
$STALK,30,00,00 - Switch OFF illumination on SeaTalk instruments.

Talker/sentence id is unusual but ST and ALK don't seem to overlap anything "standard", so it's probably quite safe to have fake ids in TalkerId and SentenceId enums.

@ktuukkan ktuukkan changed the title Add support for $STALK sentence Add support for SeaTalk protocol Apr 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant