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 Akshit Sharma

  1. A

    [SOLVED] Issues in Lcd interfacing with 8051

    This code works fine even if i don't use p3=0x00; and p2=0x00; but the main purpose of using the busy bit is defeated. I was trying to get the busy bit into action. Can't i use the busy bit and get it going as well? Thanks. - - - Updated - - - I rearranged the original code a little by using...
  2. A

    [SOLVED] Issues in Lcd interfacing with 8051

    Here is the file. Thanks and tell me if you require any other file.
  3. A

    [SOLVED] Issues in Lcd interfacing with 8051

    I have tried the same program using my name as the string. It works fine till AKS (in image below) but after that i get a logic contention. I tried configuring the port as output using 0x00 but still get the same error. If there's some other method, please let me know. Thanks
  4. A

    [SOLVED] Issues in Lcd interfacing with 8051

    Hi, I am interfacing a 16x2 LCD with AT89c51 microcontroller. Attached is the design file and c code for the same. I am getting a logic contention warning on proteus. I have checked my code many times but couldn't find anything. Please Help. Thanks code #include <reg51.h> sbit rs=P2^5; sbit...

Part and Inventory Search

Back
Top