Skip to content
Advertisement

How to connect from USB port to RJ45 console device?

In my Linux laptop, the USB port is connected to an external router with console port (RJ45, Juniper SRX210). This is the cable i am using:

enter image description here

I used cuteCom enter image description here And i used minicom enter image description here

To connect using 9600 but it does not recognize /dev/ttyS0. Also tested with USBViewer (http://www.kroah.com/linux-usb/) which gives error “can not open the file /proc/bus/usb/devices”

How can i make this connection successfull? Here is my lsusb and lsusb -v

JavaScript

Advertisement

Answer

ttyS0 is your system’s first RS232 port, you are likely looking for ttyUSB0

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement