Ian Rogers
- Joined Dec 12, 2012
- 1,136
Just checked!!!! You need external pullups on port 0...
I didn't understand, Do you mean I have to use five pullup resistor's. I think 10K would be fineJust checked!!!! You need external pullups on port 0...
Can I use other port pin's that have internal pullups?Port 0 hasn't any internal pullups, so I normally use 4k7, but 10 will be fine CS1, CS2, RS, RW and E need to be high when not being used..
Okay If I use port P3 then I will have not use to pullup resistor right ?Port 3 is a good one to use...
#define GlcdDataBus P2
sbit RS = P3^0;
sbit RW = P3^1;
sbit EN = P3^2;
sbit CS1 = P3^3;
sbit CS2 = P3^4;
My mistake. I didn't get the meaning of pot (Potential resistor)
I searched pot in my component's box. I don't have Potentiometer. Is it fine If I use only 10K resistor?Yeah!! Sorry.... Pot short for Potentiometer... I use a 10k one...
Thank you Ian for being to the end.. God bless youNo! It has to be a potential difference... So.... try two resistors
vout --- 1k----- Vo ---- 10k --- 5V.
You are trying to get the contrast visible... Vo needs to be -13V ~ -15V ( ish ) with reference to 5V

You have been already helped me a lot..I have to go out now, so I won't be able to help for a while..