hello,
i would like to know if the J1939 Mapp library will support NMEA2000 equipment as the protocols are almost identical.
thank you.
The first of all, Im not expert for this topic, so I asked community AI:
The J1939 Mapp library is a software resource primarily designed to handle communication over the J1939 protocol, a standard used in automotive and heavy-duty vehicle data communication. NMEA 2000, on the other hand, is a protocol used for marine instrumentation, and it is based on a subset of the J1939 protocol but with specific marine-related message types. Since NMEA 2000 is indeed based on J1939, the J1939 Mapp library might permit communication with NMEA 2000 devices, but it may require additional configuration or conversion logic to properly handle the marine-specific messages. Support would depend on the library’s compatibility with NMEA 2000-specific settings and whether it can correctly interpret the unique PGNs (Parameter Group Numbers) used in marine applications.
if you will not get answer here at community, and you will probably not get because this is something what developer of this library must say. So you will probably need to contact support of your local B&R office.
I am also not familiar with NMEA 2000, however if the messages follow the same format as J1939 I think that it’s at least worth a test. The MpJ1939 function blocks allow you to specify specific PGNs to receive and transmit. As long as the PGN exists at the location it’s expecting within the CAN frame, I’d expect the library to pull the data out.
Hi @Ron_Ben_Michel,what is the status of your topic, can you update us?