pschichtel/JavaCAN

CanFrame isExtended not working

frot opened this issue · 4 comments

frot commented

The method CanFrame.isExtended() checks for EFF_FLAG in already masked id received from CanFrame.getId()

Should probably use getRawId instead.

frot commented

Same fault in isError and isRemoteTransmissionRequest ?

Whoops, will fix that

@frot Do you need this backported to 2.x?

frot commented

No need to backport. I have a work-around. Thanks!