-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Bluetooth Connectivity #268
Comments
I am willing to fund development of this feature if anyone is interested. |
@wayofthefuture Could you elaborate a bit? What would you like to do, connect to a bluetooth device and do serial communication? |
Yes that is correct. Utf-8 / ASCII messages coming across the serial port as a stream of data. It would have to be able to enumerate available bluetooth devices paired with the tablet / phone, then connect to a specified device based on some kind of identifier or device name. The enumeration library is already written, it's called node bluetooth-serial-port. All you would have to do is provide the bluetooth interface via rfcomm or libbluetoothdev, mimicking the standard bluetooth on linux, and it should work I would think. Thanks. |
Closing this in favour of #235. |
Is it possible to connect to a bluetooth device currently connected to the Android device via Termux? Thanks.
The text was updated successfully, but these errors were encountered: