USB-UART Terminal port is not working #298
Replies: 3 comments
-
hello, I guess is it fair to assume that you are connecting via J11 on the Icicle Kit? If so then first one needs to make sure that the ttyUSB0 and ttyUSB1 devices are being instantiated. check your /dev directory, I am thinking they are not being enabled when you plug in the USB cable from the Icicle kit. I hope that helps. |
Beta Was this translation helpful? Give feedback.
-
are you still seeing this issue or was it resolved? |
Beta Was this translation helpful? Give feedback.
-
Assuming you have the correct USB cable attached, if you type
Sometimes, depending on the state of your USB subsystem (and what devices you had open etc.), and between reboots and unplugging/plugging devices back in, the USB ports on the machine may change or you might seem these enumerate slightly differently on your Linux host. For example:
If the Icicle kit is the only USB to virtual UART device connected to your Linux host, you can be pretty certain that the lowest two port numbers correspond to MMUART0 (HSS) and MMUART1 (Linux output) from the Icicle kit. |
Beta Was this translation helpful? Give feedback.
-
We are trying to achieve Uart interface on the Icicle-Kit but the USB-UART port is not working suddenly,we are unable to open serial terminals both for uart0 and uart1 and when we are giving sudo minicom uart0 and sudo minicom uart1 commands to open the serial terminals,it is showing --> minicom: cannot open /dev/ttyUSB0: No such file or directory and for the uart1 it is the same .
Earlier it was working fine when we are trying to establish ethernet connection!!!
Please suggest any solution for the same.
Beta Was this translation helpful? Give feedback.
All reactions