Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by jannogale

  1. J

    Help me fix this program code for LCD

    the problem that i faced in this programm is that the letter B not appearing on LCD. I need a help plz. #define LCD_rs P2_4 #define LCD_rw P2_5 #define LCD_e P2_6 #define LCD_data P2 void main (void) { void delay(void); void LCD_init (void); void LCD_Control(unsigned char); void...
  2. J

    Lcd initializ and programming

    thank you for your help but I prefer c programming
  3. J

    How to manage writting on display

    I am using Keil uv2 compiler and C in order to program an 89c51cc03 microcontroller. I want to drive a bc1602h LCD modul which is connected in 4-bit mode (LCD data bits to P2.0-P2.3, RS bits P2.4,RW bitsP2.5 and E =P2.6 on the microcontroller). Although I have read many tutorial and...
  4. J

    Lcd initializ and programming

    I am working with AT89C51CC03 microcontroller . how u can initialize LCD and program it.
  5. J

    c programing for keypad 4x3 and lcd intefacing for 89C51

    i am final year student and my final project is about to write c programing for keypad 4x3 and lcd intefacing for 89C51 connecting rs232. int main() { int col,key=0; while(1) { P0=0x0e col=&0x70; switch (col) { case 0x60: key=1; break; case 0x50: key=2; break; case 0x30: key=3; break; }...

Part and Inventory Search

Back
Top