Skip to content
Jakob edited this page Apr 20, 2026 · 1 revision

Overwrite the jescore name call

If you installed jescorecli, you can of course treat it like every other desktop program. This also means that you can create an alias for it if it suits your needs. On Linux, append alias mycoolproject='jescore' to the bottom of your ~/.bashrc file. You can now call your registered jobs with mycoolproject stats and receive stats. Having complete name rewrite to suit user's needs is planned but not implemented.

Change the baudrate of the firmware

You can change the baudrate of the MCU side by defining the macro CLI_BAUDRATE with a desired baudrate. Be sure that your call with the python side CLI or a serial terminal then matches that baudrate. Default is 115200.

Clone this wiki locally