Hi,
I am working on a project with Jetson AGX, the project works with USB serial ports. I connected a usb hub to AGX and connected 12 devices to the hub (type A). I can see all of them by using “lsusb” command, however, there are only 9 ttyUSB listed (ttyUSB0 - ttyUSB8) by using “ls /dev/ttyUSB*” command.
What’s the maximum number of usb devices could it handle?