What are you trying to do with the data? Maybe you don't even need to pass it to the UI thread?
In theory, I'm pretty sure there should be no throughput limitations that would prevent your use case. I think it can handle like 700 kbps or something. On Thursday, November 8, 2012 12:05:33 PM UTC-6, tma wrote: > > Greetings, > > I am trying to adapt the BluetoothChat example engine to provide > serial UART comms for an extenal device that provides 1000 byte bursts of > data at 56KBaud (bits/S). Unfortunately the SDK BluetoothChat example, > which I imagine was just intended for keyboard messaging, hickups with a > 56KBaud bursts. It appears to repeat the display of the same text six times > or more before moving on to the next data. In the process it misses some > data. It would seem the buffers are not being managed properly between the > inputstream and UI threads. > > I wonder if anyone here can suggest what to do to fix this > problem? > > Thanks in advance! > > TMA > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en