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

Between mac and mobile phone. #75

Closed
yangchengit opened this issue Aug 6, 2014 · 2 comments
Closed

Between mac and mobile phone. #75

yangchengit opened this issue Aug 6, 2014 · 2 comments

Comments

@yangchengit
Copy link

Hi,
Can this plugin work between mac and mobile phone? I just test it between mac air and android nexus5.When "bluetoothSerial.connect" was called,I can see my phone was connecting with my mac.But the success callback can't get any response.After a while,the fail callback got a message "Unable to connect to device". And my phone was disconnected with my mac.Is this a bug or I shouldn't use this plugin like this.

Thanks.

@don
Copy link
Owner

don commented Aug 19, 2014

You could connect iOS devices to a Mac if you implement a UART like BLE service on your mac. Try JavaScript and Bleno or ObjectiveC and implement either RedBearLab's BLE service or Nordic's UART service.

To connect Android to your mac, theoretically could implement a generic RFCOMM service on your mac, but I'm not sure if this will work.

@don don closed this as completed Aug 19, 2014
@yangchengit
Copy link
Author

Thank you.

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

No branches or pull requests

2 participants