RP1210 icon indicating copy to clipboard operation
RP1210 copied to clipboard

More complete examples

Open rmelian opened this issue 2 years ago • 3 comments

Documentation checklist (added by @dfieschko):

  • [ ] RP1210.py
    • [x] Functions
    • [x] Dicts/constants
    • [ ] RP1210Protocol
    • [ ] RP1210Device
    • [x] RP1210Config
    • [x] RP1210API
    • [x] RP1210VendorList
    • [ ] RP1210Client
  • [ ] Commands.py
    • [ ] Functions
    • [ ] Dicts/constants
  • [x] J1939.py
    • [x] Functions
    • [x] J1939Message
    • [x] DiagnosticMessage
    • [x] DTC
  • [ ] CI/test suite

Examples checklist

  • [ ] RP1210.py
    • [ ] Functions
    • [ ] Dicts/constants
    • [ ] RP1210Protocol
    • [ ] RP1210Device
    • [ ] RP1210Config
    • [x] RP1210API
    • [ ] RP1210VendorList
    • [ ] RP1210Client
  • [ ] Commands.py
    • [ ] Functions
    • [ ] Dicts/constants
  • [ ] J1939.py
    • [ ] Functions
    • [ ] J1939Message
    • [ ] DiagnosticMessage
    • [ ] DTC
  • [ ] CI/test suite

Hi, thank you for putting this together, is looking great so far.

I am trying to follow along and was trying to send a command like for example to get a response from all modules connected to a truck but I'm having a hard time. NOTE: I'm just a newbie on the protocol and I still need to buy the spec as you mentioned on the readme.

The ask is to create a more complete example for newcomers like me to be able to try all features available.

I am also willing t collaborate on the project.

rmelian avatar Nov 24 '21 00:11 rmelian