-
Notifications
You must be signed in to change notification settings - Fork 9
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
Linux: Support Bluetooth without /dev/rfcomm #39
Comments
Because I couldn't get it to work on windows, but I am currently trying it from Linux. So far it can list devices, but SDP doesn't list any RFCOMM services for the printer (it does for other devices though). But yeah, work in progress. |
If you explicitly pass the UUID for serial comms it actually does show up and I was successfully able to talk to the printer using a bluetooth socket:
|
Oh wow. This is great |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PyBluez of course supports connecting to rfcomm devices without going the long route of using the
rfcomm
utility. An example can be found here.The lookup done in
BluetoothPrinterDevice.list_devices
doesn't seem to be too wrong. What I don't fully understand is, why it was commented out inlabelmaker/comms.py:167
?The text was updated successfully, but these errors were encountered: