Hi,
I am using embedded linux on TI AM335x board. The goal is to create a 4-port USB serial bridge and I am using USB gadget serial driver to create 4 virtual COM ports over USB.
I had no problem creating 1 virtual COM port using
modprobe g_serial
However the Windows host crashes when I tried to create multiple COM ports
modprobe g_serial n_ports=4
I have searched internet and saw no solution to this problem. Please let me know if you have any thoughts.
Thanks,
Jessie