Hi,
I plan to use Mikrotik for out-band management and remote console server.
So I purchased 7-ports usb hub and numbers of Prolific PL2303 usb-to-rs232 console cables.
I succesfully tested with RB951G - all 7 console lines appeared and worked with remote access.
But when I plug hub to hEX (RB750g3) - only 1 console line appeared instead 7.
I noticed that on on hEX router EHCI and OHCI controllers are missing, maybe its a reason.
[admin@RB951G] > driver print
# DRIVER
0 USB EHCI Controller
1 USB OHCI Controller
2 USB Prolific PL2303 Serial
[admin@RB951G] > port print
Flags: I - inactive
# DEVICE NAME CHANNELS USED-BY BAUD-RATE
0 1-1.1 usb1 1 Serial Console 115200
1 1-1.2 usb2 1 Serial Console 115200
2 1-1.3 usb3 1 Serial Console 115200
3 1-1.4 usb4 1 Serial Console 115200
4 1-1.5 usb5 1 Serial Console 115200
5 1-1.6 usb6 1 Serial Console 115200
6 1-1.7 usb7 1 Serial Console 115200
[admin@RB750g3] > driver print
# DRIVER
0 USB Prolific PL2303 Serial
[admin@RB750g3] > port print
Flags: I - inactive
# DEVICE NAME CHANNELS USED-BY BAUD-RATE
0 1-1.1 usb1 1 Serial Console 115200
Is it possible to make hEX work with hub and multiple usb consoles?