User Tools

Site Tools


module:microcontroller:stm32commanddispatcher:stm32commanddispatcher

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
module:microcontroller:stm32commanddispatcher:stm32commanddispatcher [2022/12/03 16:40] – [221203] omdevelopmodule:microcontroller:stm32commanddispatcher:stm32commanddispatcher [2022/12/06 20:35] (current) – [221206] omdevelop
Line 18: Line 18:
     * #define SYSTEMEVENT : ... !SYS <ticks> <stateled>     * #define SYSTEMEVENT : ... !SYS <ticks> <stateled>
     * #undef SYSTEMEVENT : keine !SYS-Events     * #undef SYSTEMEVENT : keine !SYS-Events
 +    * Periode ist in MilliSekunden einstellbar!
 ===== ToDo ===== ===== ToDo =====
 --- ---
 ===== Done ===== ===== Done =====
 +==== 221206 ====
 +  * Einbau periodischer System-Event "!SYS ..." durch Compiler-Direktive im Sekundentakt
 +  * Vorteil: aktueller Zustand des MicroControllers wird ohne Abfrage dem PC mitgeteilt
 +  * ...
 +  * Download : {{:module:microcontroller:stm32commanddispatcher:2212061849_stm32commanddispatcher_01v01.zip | 2212061849_Stm32CommandDispatcher_01V01.zip}}
 ==== 221203 ==== ==== 221203 ====
   * Events: !<event>   * Events: !<event>
   * Events: Asynchrone periodische Ausgabe mit CompilerDirective:    * Events: Asynchrone periodische Ausgabe mit CompilerDirective: 
-  * define SYSTEMEVENT : ... !SYS <ticks> <stateled> +  * #define SYSTEMEVENT : ... !SYS <ticks> <stateled> 
-  * undef SYSTEMEVENT : keine !SYS-Events+  * #undef SYSTEMEVENT : keine !SYS-Events
  
-asdfsdafasdf:+Terminal-Protocol mit "#define SYSTEMEVENT" (und "LSO"-Command):
 <code> <code>
 ************************** **************************
module/microcontroller/stm32commanddispatcher/stm32commanddispatcher.1670082054.txt.gz · Last modified: 2022/12/03 16:40 by omdevelop