@@ -36,8 +36,12 @@ Or you can use `stm32flash` or `openocd` from CLI (the last one is needed to run
**Serial Port**
Once you flashed the program, if you want to see what the board is printing you have to connect to its default serial port. You can do this by using a USB-TTL module attached to the default serial's pins (tipically PA9-PA19) or using the USB port in some newer Discovery boards.
*Windows*
Install PuTTY.
*Linux*
Miosix redirects stdin/stdout to a serial port by default on most boards, so it is important to set up serial ports correctly on your development machine. On most Linux distros serial ports, both the physical ones like /dev/ttyS0 and the USB to serial adapters like /dev/ttyUSB0 are owned by the dialout group, so you need to add your user to that group before you can access them.