brendan-w / python-OBD

OBD-II serial module for reading engine data
GNU General Public License v2.0
1.06k stars 370 forks source link

Changed line to use pyserial's "serial_for_url" instead of "Serial" for compatibility #109

Closed brunoproduit closed 6 years ago

brunoproduit commented 6 years ago

Solves issue #107 by using pyserial's API. It is then also possible to use "socket://" type of URL's. Works on my elm327 over wifi and shouldn't break the current usage.

brendan-w commented 6 years ago

Works for me, thanks!