I have been working on a project involving two Arduino Unos connected to a Vex Cortex, but in trying to connect a 16x2 LCD (from the starter kit) to one of the Arduinos I have been met with undesirable results. I am trying to use a couple phone cables and halves of duplex phone adapters to get the pins connected over to the LCD (and so that I can unplug it), but it just isn't displaying anything. The display will turn on, even the backlight (without actually running power to the BL1 and BL2 pins), but nothing I try will get recognizable characters onscreen.
At first I realized that the R/W pin was connected to 5V instead of Gnd, but even after fixing that I've got no luck. Doing some testing with an LED I have found at least that the RS and E pins and the VO pin are receiving the correct signals, and likely the four data pins are as well (they are at least are turning on consistently, I don't know what they should be doing exactly though). I have also checked many times that all of the wires going to the LCD are connected properly, and eventually found some unusual connections on the LCD.
I am still a newbie to electronics, I've been programming for four years, but I found that when powering pretty much any of the pins which should be receiving power, some other pins could return it a little bit, or at least power that LED enough to see it, except for pins DB5 and DB6. When either DB5 or DB6 is powered, so is the other. Again, I have checked many times through my wiring, even going so far as to disconnect everything and check all of the pins separately, and yet these pins are still somehow connected. My question is: Is this normal behavior, a faulty display, or somehow my fault?
(Also yes, the LCD is mounted inside the box it came in )