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 cdtysf

  1. C

    Interfacing Hitachi HD44780 2x16 LCD with PIC 16F877

    #include <pic.h> //#include <delay.h> void delay_ms() { for(int k=0;k<100;k++); } void lcd_cmd(char ch) { PORTD=ch; //sending character element on port PORTC=0x04; delay_ms(100); //to wait for character to write on lcd PORTC=0x00; } void lcd_data(char ch) {...

Part and Inventory Search

Back
Top