@@ -77,6 +77,6 @@ Once your USB-TTL dongle is attached to the PC, you will need to connect the RX
Then you can open a communication using:
-**Putty** in Windows: Select the *Session* tab on the left panel and select *Serial* as "Connection type". You will need to know the COM port to which the Discovery is attached (you can find it out in *Control Pane > Device Manager*).
-**GTKTerm** on Linux: *Configuration* > *Port* > `/dev/ttyUSB0` and select baudrate (19200 for the default serial)
-**GTKTerm** on Linux: *Configuration* > *Port* > `/dev/ttyUSB0` and select baudrate (19200 for the default serial). You can also use `screen` or `minicom`.
In both cases, you will need to set the correct port and baudrate, and you may need install some drivers for the USB dongle to make things work.