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 zarazagoza

  1. Z

    LCD interface with pic18f4550.

    i am trying to display data that i dictated to the LCD. lets say z=10, but the lcd only display random data not 10. can someone point me out where I did it wrong #include <p18Cxxx.h> #include <delays.h> #pragma config WDT = OFF, LVP = OFF, FOSC = HS, XINST = OFF void SendLCD(unsigned char Byte...
  2. Z

    Need Help on GPS interfacing with PIC18F4550.

    thx dude. i will try.
  3. Z

    Need Help on GPS interfacing with PIC18F4550.

    I am trying to interface GPS module EM406A with pic18F4550. I want to get longitude and latitude displayed on the lcd. but i seem cannot make it work. here is my coding. #include <p18F4550.h> #include <delays.h> /*device configuration*/ #pragma config WDT = OFF, LVP = OFF, FOSC = HS, XINST =...

Part and Inventory Search

Back
Top