The ELM11 IDE provides a graphical user interface for developing with the ELM11 microcontroller board. It provides a standard code editor for firmware development as well as a simple workspace abstraction for organizing modules into a single, unified project. The IDE can be connected to the board via serial, and then dynamically operate in two modes: REPL mode allows the user to interact with the ELM11 REPL, as well as upload and run modules. Command Mode allows the user to customize the various ELM11 hardware-level configuration settings. In addition to this functionality, the IDE also presents the full suite of ELM11 documentation, alleviating them of the need to continually reference information online.
The ELM11 IDE opens up the ELM11 development to even the most entry-level of users, as it alleviates the need for command-line knowledge and usage.


Comments