adafruit / Bluefruit_LE_Connect_Android_V2

Bluefruit LE Connect Android source code (V2)
MIT License
91 stars 76 forks source link

Dropping data on multi UART export #10

Open mariedilworth opened 5 years ago

mariedilworth commented 5 years ago

When I export the data file for two UART devices, I'm finding some of the data is being dropped.

datanonymous commented 5 years ago

Can you share your code?

Alex

On Sun, Jul 28, 2019, 2:28 PM mariedilworth notifications@github.com wrote:

When I export the data file for two UART devices, I'm finding some of the data is being dropped.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/adafruit/Bluefruit_LE_Connect_Android_V2/issues/10?email_source=notifications&email_token=AGI6BYHYPJUUD5RJ5L7FFGLQBXQOFA5CNFSM4IHNEE42YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HB5GCTA, or mute the thread https://github.com/notifications/unsubscribe-auth/AGI6BYBD4ZHKQYPSBKAO2D3QBXQOFANCNFSM4IHNEE4Q .

mariedilworth commented 5 years ago

I'm using the code provided here in github.

Connecting a single device works fine, but connecting UART to two devices seems to cause data loss.

mariedilworth commented 5 years ago

I have the same issue in the live version from the app store. Exporting data in text format from multiple UART streams.