You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: