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 dioscarey

  1. D

    lcd + pic18f4550 - string printing problem

    lcd + pic18f4550 ok, I cant put a word in my lcd but i can put a string with putsXLCD() this is my code and when i run my program my lcd just blinkin this is the code; void main( void ) { OpenXLCD(FOUR_BIT & LINES_5X7); putrsXLCD("hello"); while(1){ } }
  2. D

    pic 18f4550 - LCD - c18

    it doesnt works i duuno why plss help (crystal 20mhz - pic18f4550 - LCD backlight) #include <p18f4550.h> #include <delays.h> #include <xlcd.h> #pragma config FOSC = HS,FCMEN = OFF,IESO = OFF #pragma config PWRT = ON,BOR = OFF,BORV = 0 #pragma config WDT = OFF #pragma config MCLRE =...

Part and Inventory Search

Back
Top