canable2-fw icon indicating copy to clipboard operation
canable2-fw copied to clipboard

Completely wrong implementation of "E" command

Open Elmue opened this issue 4 months ago • 1 comments

BIG fat bug number 1) The returned string "CANable Error Register: %X" has no carriage return. If a data packet follows immediately it is impossible to separate them. This makes the command "E" completely useless.

BIG fat bug number 2) The error register is never cleared. So an error that has occurred once will be reported into all eternity. After each request of the error register it should be immediately reset to zero in error_reg(). This also makes the command "E" completely useless.

Elmue avatar Aug 17 '25 18:08 Elmue

This has been fixed and significantly improved in the new CANable firmware 2.5 https://netcult.ch/elmue/CANable%20Firmware%20Update

Elmue avatar Oct 10 '25 19:10 Elmue