So I connected cable aaaand I think it doesn't work. I never really used serial port in Linux before. I tried to connect using minicom but no luck. I got random characters. Then I tried to connect using picocom. The same:
Code: Select all
lapsio@linux-qzuq ~> sudo picocom -b 9600 /dev/ttyS0
picocom v1.6
port is : /dev/ttyS0
flowcontrol : none
baudrate is : 9600
parity is : none
databits are : 8
escape is : C-a
local echo is : no
noinit is : no
noreset is : no
nolock is : no
send_cmd is : sz -vv
receive_cmd is : rz -vv
imap is :
omap is :
emap is : crcrlf,delbs,
Terminal ready
�������
Code: Select all
Welcome to minicom 2.7
OPTIONS: I18n
Port /dev/ttyS0, 01:41:37
Press CTRL-A Z for help on special keys
a���a���a����������������������h��e�l�p�
�
Code: Select all
OPTI+-----------------------------------------------------------------------+
Port| A - Serial Device : /dev/ttyS0 |
| |
Pres| C - Callin Program : |
| D - Callout Program : |
a���| E - Bps/Par/Bits : 9600 8N1 |
� | F - Hardware Flow Control : No |
| G - Software Flow Control : No |
| |
| Change which setting? |
+-----------------------------------------------------------------------+
On networking laboratories at uni we just typed minicom and it connected automatically to Cisco router so I'm a bit confused :C
Also I'm not entirely absolutely sure if it's null-modem cable but I guess it is.