CM-QS600: Android: Serial console connection
By default, the serial console provides access to
- kernel console
- bootloader command line interface
Connecting to serial console
The serial console is routed, via serial to USB converter, to (P16) mini-USB jack.
The line speed is pre-set to 115200 bps.
Below provided directions for configuring PuTTY (or its fork project KiTTY).
Notice, on Ubuntu Linux, the user running PuTTY might be required to belong to dialout user group.
- Launch PuTTY.
- Change the Connection type to Serial.
- Set the following configuration options:
- Serial line
- Speed
- From the Connection menu on the left, select Serial
- Configure the serial line:
- Speed (baud): 115200
- Data bits: 8
- Stop bits: 1
- Parity: none
- Flow control: none
- Click Open.