I am using AsyncStreams to receive data via a Bluetooth Serial connection. When I compile and run in "Release" mode, everything works like it should. I receive the data stream with no issues.
However, if I compile and run in "Debug" mode, I miss much of the data coming into the _NewData sub. Many of the bytes are just missing or not received. I tried Tools>Clean Project and removed all breakpoints, but no change. I am currently using v6.50 of B4A but it was written using v3.5 several years ago. (It worked fine then). The device I am using now is an Acer 7" running API 23.
Has anyone experienced this? Is there anything I can change to make it work again?
However, if I compile and run in "Debug" mode, I miss much of the data coming into the _NewData sub. Many of the bytes are just missing or not received. I tried Tools>Clean Project and removed all breakpoints, but no change. I am currently using v6.50 of B4A but it was written using v3.5 several years ago. (It worked fine then). The device I am using now is an Acer 7" running API 23.
Has anyone experienced this? Is there anything I can change to make it work again?