brendan-w / python-OBD

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

Compatibility with Bluetooth adapters? #249

Open henriqpsantos opened 2 years ago

henriqpsantos commented 2 years ago

What are the bluetooth OBD-II readers that this library is compatible/incompatible with specifically? Are there any known issues with any brands or a known safe and working brand/model? I want to acquire a reader but would like to be sure that it's compatible with this first.

Thanks for your work!

ecarruda commented 2 years ago

Bluetooth adapters create a virtual serial com port. So, it doesn't matter. You will connect a serial anyway

tkyanaga commented 1 year ago

I couldn't get one of the cheap $15 bluetooth adapters to work. The usb OBDLINK SX worked for me. I didn't change the code between the two adapters except to update the port. Maybe I just needed to test other BT models.