Skip to content
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

Helpful docs on using RFComm to bind to a device #3

Closed
justinturpin opened this issue Apr 11, 2022 · 1 comment · Fixed by #5
Closed

Helpful docs on using RFComm to bind to a device #3

justinturpin opened this issue Apr 11, 2022 · 1 comment · Fixed by #5

Comments

@justinturpin
Copy link

Hello, I came across this after the official Phomemo app for android decided to stop working for me! I got this project to work and it works great on my Raspberry Pi, but I had to do a couple of things:

  1. Bind the Bluetooth device to a serial port with rfcomm:
sudo rfcomm bind 0 00:15:83:5F:XX:XX
  1. Use /dev/rfcomm0 when running the script:
python3 -m phomemo_m02s --port /dev/rfcomm0 myimage.jpg

Maybe we can add these docs to the readme to help out some other people? Thanks for this project!

@psranga
Copy link

psranga commented May 9, 2022

@justinturpin thx for the comment. I came here to get some confirmation on whether it works with Raspberry Pi OS.

And thank you, theacodes, for this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants