Hello,
I have went throw begginers guide and Mr Erel's example "Bluetooth'.
So far my program flow was like this:
- Main module - serial ports inicjalsation and enabling
- Any other module - astreams inicjalisation and cloasing when leaved.
Entering of this module is possible only when we start from Main Module
Starter service due to description is always working. So, Should I put everything about comunication there + general data and treat them like
repository for all other modules ?
At the end: how to stop starter module ?
Is it enough just to add new module with a name starter and thats it as any other module ? Only a name is special ?
Kind regards
TomKluz