I connected to port serial and usb to my laptop, how could I get console? I tried using “Minicom” but not luck. Too I read manual but I hadnd’t success
Just to make sure, the MikroTik device you are trying to connect to has a serial port right? If not you can likely use the USB port on the MikroTik to connect another one of those USB adapters and then connect to the 2 serial adapters.
The settings are the same as what you’d use to connect to a Cisco device except the baud which is 115200 instead of 9600.
I’ve attached an image showing me serial consoling into my new hEX.
You may have to add a console on your MikroTik w/the /system console add port=<usb#> term= command.
Please check /var/log/syslog for adapter chipset and ttyUSBx.
If your chipset is Profilic it should work fine, but if you have something like
ch341-uart listed in syslog then you can try to compile driver for device
Hit enter at least 1 time to bring up login screen.
If it’s not that then look at my previous post about configuring the MikroTik to use the /system console correctly. Does your model have a bit in serial port or are you doing a USB to Serial on the MikroTik as well as the computer like my picture?
Sorry, not luck. I tried but I can’t see any on screen. My router has a serial connection and other point is a USB. I connect serial to Router and USB to my laptop, after setup bps, and use: #minicom -o /dev/ttyUSB0
My lsusb yes detect it:
#:~$ lsusb
Bus 001 Device 010: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter
As I wrote before, You have usb-to-serial adapter that is not working out of the box on linux.
You could try to compile driver, https://www.linux.org.ru/forum/linux-hardware/11965571,
for procedure look at the last post .
IMHO, best option for You is to sell current adapter and buy adapter based on PL23xx chipset,
adapters based on 340/341 chipsets are working fine under Windows.
I just installed driver for usb-serial to Windows and Windows can identify the cable. Now I run putty, mark serial but I cant connect. What values should I use on putty? where should I connect?
I attach two pictures.