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
If SerialOTG (USB) is open, you can open a new screen and it will be detected as being open, as well as being able to send and receive using it, even though it was started on a different screen. If you try to do this with bluetoothLE, it doesn't work. Even though you're connected, it will show it's not, and you can't connect again without disconnecting, which you also can't do on a different screen. So in order to use it on a different screen you have to disconnect before opening the new screen, then when the new screen opens you have to connect again. This makes it extremely difficult to do things like AES CTR encryption, which must always stay in sync. It also takes a long time to do the disconnect/reconnect and doing this can often be unreliable. Is it possible to make it work across screens without the massive headache?
The text was updated successfully, but these errors were encountered:
If SerialOTG (USB) is open, you can open a new screen and it will be detected as being open, as well as being able to send and receive using it, even though it was started on a different screen. If you try to do this with bluetoothLE, it doesn't work. Even though you're connected, it will show it's not, and you can't connect again without disconnecting, which you also can't do on a different screen. So in order to use it on a different screen you have to disconnect before opening the new screen, then when the new screen opens you have to connect again. This makes it extremely difficult to do things like AES CTR encryption, which must always stay in sync. It also takes a long time to do the disconnect/reconnect and doing this can often be unreliable. Is it possible to make it work across screens without the massive headache?
The text was updated successfully, but these errors were encountered: