-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on connection #93
Comments
I've experiencied this error and the solution I found at least if you're using a Raspberry or Ubuntu: You need to add the SP profile editing this:
Then add the compatibility flag -C for adding the SP to sdptool. Modify the lines from the file above to:
Save and reboot, then I created the serial port this way (little bit different from the link I posted):
Then, on python:
Try also different rfcomm (rfcomm0, rfcomm1, rfcomm2...) and be sure to release all before binding:
|
Thanks @rafacpitta That did the trick |
can i get help same problem i did the trick didn't work |
I am also having the same trouble after modifying with a pi-4, 4gb and latest raspbian Feb-2020 |
In my case, those lines were already at the suggested values, and changing the rfcomm command and trying different ports didnt help, any other thoughts? |
Hi,
I'm trying to connect a brand new Peugeot 308SW via an ELM-327 over bluetooth.
The code:
The error output without protocol specification:
The output error with protocol specification is almost the same. PROTOCOL is than defined.
What goes wrong here?
Any help is much appriciated!
The text was updated successfully, but these errors were encountered: