mar0997

Results 5 comments of mar0997

Thank you for the quick reply. I’ll try it on my Garmin MFD to see if it works there. Supposedly Garmin supports this PGN so this should be a simple...

I do call the parser and am successfully parsing other messages. Here is where the parser gets pulled in: void loop() { SendN2kRudder(); SendN2kTemperature(); SendN2FluidLevel(); SendN2kPGN128777(); NMEA2000.ParseMessages(); } I did...

My mistake - I accidentally closed the issue rather than submitting the above reply.

Thanks for the input. I believe I understand the comment and I made a couple of changes and added "ACPhaseB" to message handler and to the message. I can't get...

I decided to create my own .h and .cpp files and successfully integrated the AC current/power, voltage/frequency and AC input status pgns into my file. I really appreciate all of...