I've aiming to convert/refactor a GPS based project that I developed to run using ZBasic on a Atmel 128a1 cpu, to run under Android.
A key feature of the project is that it uses 2 tasks, one to decode 10hz gps (that will arrive bluetooth under android) and one to do the user interface and gps processing items such as sector detection and display updating etc.
Is there a way on B4a the same can effectively be achieved i.e. a continuous task to accept and decode gps data, and make it available via global variables and semaphore control to another process ?
A key feature of the project is that it uses 2 tasks, one to decode 10hz gps (that will arrive bluetooth under android) and one to do the user interface and gps processing items such as sector detection and display updating etc.
Is there a way on B4a the same can effectively be achieved i.e. a continuous task to accept and decode gps data, and make it available via global variables and semaphore control to another process ?