Open ztword opened 3 weeks ago
Are you interested in serialization from/to json? JavaCAN doesn't come with any mapping logic and it's objects probably won't work well with reflection-based mapping. You'd have to write your own custom mapping classes.
I wonder if the new structure I used for j1939 works for reflection based mappers, maybe I can provide something similar for raw frames.
Hi, Brother !!! How do I parse CAN message ? How does the message go to JSON ?