I’m trying to check the configuration of my E3585 HSD to Ethernet dongle via serial console, but couldn’t get a console.
The dongle is hooked up to my host via micro USB cable, and minicom is running on my host system. I expected to see a console similar to the one in the link below, but couldn’t see anything after all.
So far, what I’ve checked are like below.
When the dongle is hooked up to my host system, “/dev/ttyUSB0” device node is created.
Tried different baud rates and flow control options on minicom, but nothing fix the problem.
Ran “cat /dev/ttyUSB0 | hexdump” to see if any data (even garbage data) comes from the dongle. Nothing happened,.
Is this expected? If not, how I can get a console? Is there any special host tool for configurations?
Ultimately, how can I check and/or modify the configurations of the dongle?