Hi all,
I have a service that uses a Bluetooth serial connection and uses an AStream to receive data.
I am starting the service using StartServiceAt and setiing it 3 minutes in the future. I am them opening the serial connection and waiting for the AStream_NewData to receive the data. The problem is that I have to Stop the Service in order for it to restart. In doing this, it is stopping before the AStream receives and processes the data.
Am I going about this in the wrong manner?
Thanks for any help.
Regards
Lee
I have a service that uses a Bluetooth serial connection and uses an AStream to receive data.
I am starting the service using StartServiceAt and setiing it 3 minutes in the future. I am them opening the serial connection and waiting for the AStream_NewData to receive the data. The problem is that I have to Stop the Service in order for it to restart. In doing this, it is stopping before the AStream receives and processes the data.
Am I going about this in the wrong manner?
Thanks for any help.
Regards
Lee