Elmue
Elmue
This is not a bug. This is normal behavior. When you send a packet to the CAN bus the receiver will receive it's own message. So in your code you...
This has been implemented in the new Slcan 2.5 firmware from ElmüSoft: https://netcult.ch/elmue/CANable%20Firmware%20Update
Filters are now implemented (among lots of other features) in the new CANable 2.5 firmware: https://netcult.ch/elmue/CANable%20Firmware%20Update
The Cube software from ST is of worst quality. I installed it and tested it and removed immediately from my computer. Use the new Firmware Uploader from ElmüSoft that works...
> I guess you could look at the ranges, No it cannot: ``` 4 latitude Latitude 64 56 0 deg 1e-16 true -922.3372036854776 922.3372036854776 NUMBER GEOGRAPHICAL_COORDINATE 5 longitude Longitude 64...
I did not have the intention to accuse someone. I wrote more than once that Kees is doing a great work with this project. The issues section on Github is...
> And how do you think we should interpret value 3 for such a command pair when the message is transmitted? The usage of "Take no action" is very simple....
> Any device capable of charging a battery may transmit this message > The complex Request/Command/Acknowledge can be used to set the following parameters I admit that these two seem...
Thanks to this document I finally understand how to decode the MMSI. I did it as explained in your XML document, but your explanation is wrong. Therefore I got invalid...
If this works: `payload->push_back(std::atoi(mmsiString.substr(i, 2).data()))` it is definitely not BCD encoding.