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.

How to Display 49.80 in LCD as answer in an Equation pic16f877a

Status
Not open for further replies.

RannieKnows

Junior Member level 1
Joined
Sep 9, 2014
Messages
15
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
107
Inputting an equation 127*100/255 produces an LCD output of 49 instead of 49.80

How to have whole number with decimal point value in my answer?
PLEASE HELP ME. THANKS.
 

High-Level language: MikroBasic
To be loaded on PicSimulator.
 

Mikrobasic is also responsible for its compilation, right? (Help me please. Thanks)
 

You have to use float or double type variables and use FloatToStr() function. I have answered to a similar question in your another thread.

I have fixed the code as you need. I have tested in Proteus 8.1 Simulator.

109670d1411536697-sim.png
 

Attachments

  • Temperature rev1.rar
    114.4 KB · Views: 79
  • sim.png
    sim.png
    35.3 KB · Views: 94

Code C - [expand]
1
dim temp as word

can be replaced by

Code C - [expand]
1
dim temp as Integer

 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top