-
DM5 WARN for non-OBD Devices is still present in latest release, these should receive an INFO per notes in issue #1308
-
Hi,
I have attached a J1939 dbf file.
It shows DM14 message but not DM1 message.
it was working in CANalyzer. I have converted the same J1939 DBC to DBF.
I am using Busmaster 1.9.0.
Vector CANCaseXL…
-
The 18 bit PGN mask changes break the 16 bit masking and don't appear to work correctly for 18 bit PGNs. The patch below appears to correct this:
diff --git a/j1939/pgn.py b/j1939/pgn.py
index 24…
-
Hello,
I want to create a dbc file with a J1939 message. But after i save the file and open it with another program the message just shows CAN Extended as ID Format. Could anyone explain to me why …
-
Some protocols have fields in either the CAN ID or the message data that determine message type. Also, some protocols have fields in the ID that do not determine message type, such as priorities and a…
-
有几个问题想请教下:
1. J1939_Poll 这个函数,调用一次只接受或者发送一帧(8字节)的数据吗? 如果想发送长数据,比如100字节,那么要多次循环调用J1939_Poll吗?
2. 在您的长数据(100字节中)例程中,下面的代码只调用一次,还是要多次调用才能完成100字节的发送?
while(J1939_TP_TX_Message(65200,0XF1,dat…
-
Hi,
first of all I would like to congratulate you for creating this application. Using the app I'm having a problem loading dbcs in j1939 format. I saw that there are other issues in this regard but …
-
Hello,
We are using busmaster ver 2.6.1 with J1939 activated. When the transmit message windows of the J1939 is launches, we do not have access to the Msg Type BROADCAST.
Is there something to do to …
-
hello,
after using this package, I found this does not support J1939TP message, like if a message is longer than 8 byte, we need to use the J1939TP to send it.
Can you please confirm this point?
…
sgnes updated
4 months ago
-
From j1939-84 created by [ericthomasswenson](https://github.com/ericthomasswenson): Equipment-and-Tool-Institute/j1939-84#1098
Improve status bit outcomes for DM5 and DM26.
In particular, modify…