Question
Use ST32_Programmer_CLI for monitoring the serial port.
I am using the following command
./STM32_Programmer_CLI --connect port=/dev/cu.usbmodem103 P=none
but I get the following error:
Error: Activating device: KO. Please, verify the boot mode configuration and check the serial port configuration. Reset your device then try again...
However, if I add "console" at the end of the above command I can connect and I can write/send files but i cannot read.
How to fix that?
