Darius Fieschko
Darius Fieschko
- Child of RP1210Client - Should have channel and baud arguments - J1939-specific SendCommand functions - #29 - Incorporate J1939 convenience classes - #35 - Add message/signal router akin to...
Baud should be selectable. Available baud rates should be determined by which protocol is selected. Also, add protocol property (getter and setter) to RP1210VendorList
Protocol should be selectable. Changing the currently selected protocol should also change which devices are available. Or should it? Also, add protocol property (getter and setter) to RP1210VendorList
@BenGardiner has shown that demand for J1708 exists; add functionality for generating and parsing J1708 messages.
@BenGardiner has shown that demand for J1708 exists; break out J1708 commands like J1939 commands are currently.
https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners
From RP1210C standard: > **23.4. Mangled RP121 032.1NI - Detecting and Correcting** > > In 2007, it was reported to TMC by several VDA vendors that they have been spending...
Since this function has a return value, it's more complicated to implement than the other commands (not that it's super difficult; it'll just take a bit more time). As such,...