Hi all,
is it possible to use an asynctimer before RunUserInterface() is called?
In my application various (hardware) initialisation is done before RunUserINterface is called. In one section I start an new asynctimer. Its callback shall send commands over an serial interface to an instument.
It looks as is the timercallback is not triggered. (Yes, I start the new asynctimer in running mode.)
So when does the timer start? Only when RunUserInterface() is running or imediatly when it is created with NewAsyncTimer()?
Kind regards,
ah