Skip to content

Console

gicking edited this page Feb 10, 2018 · 5 revisions

back to Command Reference

List of commands for user input and output via serial interface and stdio.h functions. Specifically use

  • putcharAttach() e.g. for formatted printing via printf() via UART interface. This corresponds to Serial.print() on Arduino platform.
  • getcharAttach() e.g. for user input via gets() via UART interface. This corresponds to Serial.read() on Arduino platform.

The below commands are not auto-loaded in Arduino-like projects, i.e. which include main_general.h. See the respective description on how to include them into your projects.

Commands

Clone this wiki locally