Changes between Version 23 and Version 24 of Docs/825gen2/Dev/GettingStarted


Ignore:
Timestamp:
12/14/23 10:10:49 (11 months ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/GettingStarted

    v23 v24  
    133133It is best to exit the app when done instead of Ctrl-C. If the app is terminated with Ctrl-C it may not cleanup and leave mainboard communications in an undesirable state.
    134134
     135It is sometimes also useful to run an app so that the shell prompt returns and other commands can be performed while the app is running. This can be achieved by adding the ampersand character such as:
     136{{{
     137./ids_dbg &
     138}}}
    135139
     140Be sure to exit the app before starting another app that does mainboard communications. Multiple apps doing mainboard communications could cause problems.
    136141