EngineersGarage

  • Engineers Garage Main Site
  • Visit our active EE Forums
    • EDABoard.com
    • Electro-Tech-Online
  • Projects & Tutorials
    • Circuits
    • Electronic Projects
    • Tutorials
    • Components
  • Digi-Key Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
You are here: Home / Topics / can i have a program in keil software

can i have a program in keil software

|

Microcontroller › 8051 › can i have a program in keil software

  • This topic has 4 replies, 2 voices, and was last updated 9 years, 3 months ago by siddhartha.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • April 22, 2013 at 11:09 am #2288
    alekhya
    Participant

    can u please provide me a program source code for printing of ascii characters on lcd display in 8051 by using keil software….

    can u help me please…

    April 23, 2013 at 9:28 am #9575
    alekhya
    Participant

    can any body help me by providing the above program????

    May 17, 2013 at 9:29 am #9773
    siddhartha
    Participant

     

    while( length )
    {
     lcd_write( (value / div) + 48 );
     value = value % div;
     length–;
     div /= 10;
    }
     
     
     
     
    this code will make the vales into ascii smiley
    May 17, 2013 at 9:32 am #9774
    siddhartha
    Participant

     

    while( length )
    {
     lcd_write( (value / div) + 48 );   // write highest digit first
     value = value % div;
     length–;
     div /= 10;
    }
    May 17, 2013 at 9:33 am #9775
    siddhartha
    Participant

    this code will convert into ascii

    keep value in lcddisplay(”   “);

  • Author
    Posts
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Log In

RSS Recent Posts

  • Seeking Help to compile code August 17, 2022
  • Nokia 5110 HW in Oshonsoft August 17, 2022
  • Digital Display Information August 17, 2022
  • 2nd pcb design program? August 17, 2022
  • Door exit button August 17, 2022

Stay Up To Date

Newsletter Signup
EngineersGarage

Copyright © 2022 WTWH Media LLC. All Rights Reserved. The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of WTWH Media
Privacy Policy | Advertising | About Us

Search Engineers Garage

  • Engineers Garage Main Site
  • Visit our active EE Forums
    • EDABoard.com
    • Electro-Tech-Online
  • Projects & Tutorials
    • Circuits
    • Electronic Projects
    • Tutorials
    • Components
  • Digi-Key Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools