NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab.
Support Forum » Possibly fried USB-to-TTL cable
February 21, 2011 by Mike |
I think I may have fried the USB to TTL cable. The program that's on the MCU by default works, but when I try to connect to the device it doesn't work. The device is on, pin 14 is grounded, and the LCD shows blocks on lines 1 and 3, but /dev/ttyUSB0 isn't created and dmesg shows something like this:
Is there some way I can test if the thing is fried? (I've also tried without the hub, which you may have noticed in the dmesg output). |
---|---|
February 22, 2011 by bpenglase |
What happens if you completely disconnect the wires from the board, and plug it into your computer, do you get the same thing? If you connect the yellow and green wires together, you'll get it to loopback (IMPORTANT!! Do not short the black and red wires together, leave them unconnected the entire time) and if you load up minicom or something similar you can see if it feeds the letters you type back to you. Also, why do you think it's shot, other then this? Was it working previously? Is this a new kit? |
February 22, 2011 by Mike |
It worked at one point. I haven't used it for a while and now it doesn't seem to work anymore. Plugging it in without the board gives the same messages in dmesg. Since no device node is created, I can't use minicom to communicate with the cable in the loopback configuration. |
February 22, 2011 by Mike |
I also tried it on another computer with the same results (without the board connected). Also tried using Windows, and it couldn't identify the device or anything. |
February 22, 2011 by mongo |
I just wonder... is the driver still installed? |
February 22, 2011 by Mike |
Yeah, even if I explicitly modprobe pl2303 before plugging in the device the same thing happens. I guess I'll just order a new cable. |
Please log in to post a reply.
Did you know that binary numbers use base 2 to represent numbers, and these are important for understanding microcontroller registers? Learn more...
|