sommersoft

Results 17 comments of sommersoft

I've been poking at this a little, and have a working solution. I have a couple questions before preparing to push a PR. 1. So far, the scope in this...

> Just a note, another way to determine whether to use the `docsite_pr` label would be to scan the description for `+label: docsite_pr` which is what is added (unless the...

I finally got some cycles to put my random thoughts, and some brainstorming, down. 1. Using branches: - Linear expansion of repo maintenance, based on supported versions. At minimum, that's...

EDIT: as is my nature, I look at PRs **after** writing GitHub Issue Novels. #1125 & #1030 already address this...in differing ways.

I was looking into a separate "timing issue" with the Adafruit_IO `io.run()` function, came across this and wanted to see if they were related. However, I think I see why...

I haven't used this with multiple COM ports, so I don't have first-hand experience with this. Lines 82 & 83 of obd.py should catch when the port is connected, and...

I'm tagging in on this. I have to give back somehow, since your module is the best version I could find for my application. I've forked and created a branch...

Updated the error catching; asserts [CAN only](https://github.com/sommersoft/python-OBD/blob/multi-command/obd/obd.py#L253) Spent the rest of the night digging through the code and the ELM sheet to figure out a good approach. From what I...

We are now sending and reading multiple commands! See logging below. The use of the vararg forces the commands to be entered directly into the function call, as opposed to...

Dropped the *arg, and now just passing a list. Works just as well. Working on the return message parsing. No changes should be needed to protocols.