davefiddes / openinverter-can-tool

A tool to allow configuration and operating of openinverter systems for electric vehicles over a CAN connection
MIT License
14 stars 3 forks source link

DBC export produces the wrong output for RX can maps #6

Closed davefiddes closed 4 months ago

davefiddes commented 4 months ago

As mentioned by jspheubner in this post the receive CAN map implemented in https://github.com/jsphuebner/libopeninv is expected to receive unsigned data.

This means that exported DBC files have the wrong definition for signals in RX maps.

davefiddes commented 4 months ago

Fixed for the 0.1.0 release.