oresat / CANopen-monitor

An NCurses-based TUI application for tracking activity over the CAN bus and decoding messages with provided EDS/OD files.
https://canopen-monitor.readthedocs.io/
GNU General Public License v3.0
26 stars 6 forks source link

Parsing updates #9

Closed Boneill3 closed 3 years ago

Boneill3 commented 3 years ago

This pull requests resolves multiple int/hex conversion exceptions and resolves an issue with value decoding which was expecting big-endian values and is now set for little endian.

closes: #8