rdserialtool
rdserialtool copied to clipboard
macOS: PyBluez installation
Hi,
thanks a lot for this great project!
I was able to install pybluez on 10.14.3 by manually applying a yet unmerged PR:
git clone https://github.com/pybluez/pybluez
cd pybluez
curl https://patch-diff.githubusercontent.com/raw/pybluez/pybluez/pull/223.patch | patch -p1
python3 setup.py install
Thanks! I'll update the README to mark that as verified.
Did you also happen to try RFCOMM via /dev/cu* or /dev/tty*? I've only got one Mac to try on, but in my tests, data from the computer to the UM/DPS will arrive at the device, but data from the device to the computer is never received.
I tried to install this too but I am having trouble with pybluez too. Not sure if it's just me though.
I get the following affter trying to connect:
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.7/bin/rdserialtool", line 11, in
@dancingmadkefka did you install pybluez?
I did, but maybe it's not installed correctly. I used the tip on the issue page for installing. It seemed ok but maybe I can wipe it and try again?
Get BlueMail for Android
On Aug 23, 2019, 17:40, at 17:40, rmoriz [email protected] wrote:
@dancingmadkefka did you install pybluez?
-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/rfinnie/rdserialtool/issues/1#issuecomment-524363013