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 RannieKnows

  1. R

    Visual Basic to PIC16f877A

    Our professor lend us his USB to UART, we also have our MCU (PIC16F877A). The program we needed to burn in the MCU appears to be a select case multiprogram. And the purpose of Visual Basic(of any kind) is to send the data or passcode to the MCU to output the needed sequence. Sorry if I'm being...
  2. R

    Visual Basic to PIC16f877A

    Batang, Visual Basic 6 or up - - - Updated - - - I can't open the modcomm application and I can't open the program code. I am using Visual Basic 6.0. Thanks for guiding me. I hope you could assist me on how I can manage this.
  3. R

    Visual Basic to PIC16f877A

    We are asked to see samples about a visual basic program that will command MCU on what to do. Something like "Computer Controlled MCU System". Esp1, yes please. Complex samples are needed too :)
  4. R

    Visual Basic to PIC16f877A

    Good morning! Do you have sample programs/codes that interface Visual Basic to MCU? (PIC16F877A) The main program will be from VBasic then supporting program code via MIKROBASIC. Even simple samples will do. I just need to know how that works. (Maybe samples concerning UART/USART for...
  5. R

    [PIC] 16F877A multiplication of a fixed multiplier to an input

    Thanks still! I already finished my assignment 2months ago. I just wanted to ask for new solutions. I used repetitive addition then and the RLF function for multiplication & i'm sure there are other solns possible. Same with division. Godbless you pjmelect.
  6. R

    [PIC] 16F877A multiplication of a fixed multiplier to an input

    Good day! I wasn't able to find an assembly code (using MPLAB) here regarding multiplication of a fixed number to an input in PORTC. Our assignment asked us to have a fixed multiplier of 3 and when we input a value on RC, it will produce the answer to seven segment display. Same with our other...
  7. R

    [SOLVED] Temperature Decimal Point Value on LCD

    Thanks a lot! You've given me a big help, Milan.Rajik!
  8. R

    [SOLVED] Temperature Decimal Point Value on LCD

    Yes it gives 1023 for 5V, but still, we are asked to output 100degC on 255 value. I'm only doing a simulation and sensor is not needed. Values are inputted manually on PicSim.
  9. R

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

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

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

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

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

    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.
  12. R

    [SOLVED] Temperature Decimal Point Value on LCD

    This is my assignment. We are asked to output temperature depending on AN2 such that 0=0degreeC, 128=50degC, and 255=100degC. My problem is that, when I input 127 on AN2. The expected output must be 49.80 but the LCD output is just 49. Thanks in advance. (Saw your file ADC. It seemed to be...
  13. R

    [SOLVED] Temperature Decimal Point Value on LCD

    Good day! I was able to produce temp value on the LCD by having multiplier on RA2 (ADC) such that 255 value is equal to 100degCelsius. My problem is, for example I inputted 128 on RA2, the LCD produced 50 instead of 50.something. In short, how will the LCD show the decimal point value of the...
  14. R

    [SOLVED] HELP: PIC16F877A Input-Based 7segdisplay using Functions &Procedures

    Good day! We are asked to output the numbers in 7segmentdisplay via PORTD, using functions &/or procedures. Please help me. Example. If I pressed RC0, 7seg will output "1". But the program will not be directly from MAIN. We are required to use sub function… or sub procedure syntax.

Part and Inventory Search

Back
Top