sebi2k1 / node-can

NodeJS SocketCAN extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Signal length limitation: No support for signals that exceed 32 bit width.

juleq opened this issue · comments

commented

The current implementation of e.g. EncodeSignal assumes the signal to fit into a 32 bit (u)int type. The Vector dbc format allows signals of up to 64 bit for non FD and 512 bit for FD.

Fixed by @tuna-f1sh in #65