Hi,
I'm working on interfacing on a 16x2 lcd using tm4c123 launchpad. In the debugging, after sending the characters, the lcd shows nothing.
I'm using port D as control port to connect RS & EN. RW is grounded. Data pins are connected to port B.
To verify the code, I connected 2 leds on RS and EN pin. The leds are glowing whenever we write to the RS and EN pin, so they are working fine.
After that to check the data pins, I sent a single character and checked the ASCII code on data pins, it's showing correct like I sent character 'A' on data port, ASCII value 65 was verified using the led. Now if I connect the lcd, it's showing blank. The same lcd if I connect to msp432 launchpad it's working fine.
So what can be the problem.
Thanks and Regards
Praveen Gonsalves