Ken Davidson
Ken Davidson
Nice! If you're not getting a `BLUETOOTH_DISCONNECTED` then I'm not sure what's up. If you debug it definitely update the ticket (leaving open) with your findings and we should definitely...
Sounds like a plan, the `BluetoothClassicExample` is a react native version of the Serial Bluetooth Terminal App, which I also use for comparing communication with our hardware. I appreciate all...
Thanks for the update, I still will look at it at some point - since if you're using the native app we discussed (Terminal) and it doesn't have this problem,...
You'll need to provide some information on: - What connection implementation you're using - How you're connecting (connection options) - Etc. The data transfer is always strings, this is a...
Any update on this?
I'm aware of this issue on ios, it's due to me not programming the stream interaction well. But on Android I've not seen this before. How many messages are you...
With regards to confirming `Android/Native` isn't the issue, you can try to connect without setting up the auto read. This way you will have messages coming into the buffer on...
Sounds good. I'll leave the task open for a bit. Please update it if you get things resolved or figure something out. Get Outlook for Android ________________________________ From: Bruno ***@***.***>...
Anything is possible, but it depends on what method of doing this would benefit the most people in the most specific way, it would also need to be completed on...
Or we would need to create a queue of output buffers and have the the write method automatically switch them when the primary output buffer becomes empty. Write 1 -...