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 cadvis

  1. C

    PIC Hardware Simulator (Junebug )

    Hi Iam going to order 'Junebug' **broken link removed** Hardware Simulator for PIC. Does it Support P16F84? Any tip for its working accuracy? regards :-D:-)
  2. C

    Best and Cheap PIC harware simulator?

    Thanks Also recommend PIC Simulation KIt. Suggest website to purchase OIC simulator KIT ---------- Post added at 07:51 ---------- Previous post was at 07:41 ---------- I FOrget the website who are offering PIC hardware Simulation kit around $ 50. any hint. Regards,
  3. C

    Best and Cheap PIC harware simulator?

    Hi, Can any one suggest me cheap and best PIC hardware simulator to simulate PIc 16f 84 and other series. Regards
  4. C

    Write Delay Function using Assembly Language in PIC16F84

    I am using it to simulate led on and for 5 sec respectively. Using Real Pic Simulator to simulate it Here is the code. I finding difficulties while simulating. Does any one check ot on simulator and send me that file to verify it. regards
  5. C

    Write Delay Function using Assembly Language in PIC16F84

    hi, i am looking for 5 second delay. Can you explain how $+1 works. Thanks for your support and time. regards
  6. C

    Write Delay Function using Assembly Language in PIC16F84

    If 4Mhz Oscillator is used with PIC16F84 then Cycle of Pic would be 1,000,000 or 1 Mhz. If presacler of 256 is used then it comes 3906.25 cycle per second. How could i acomodate it in my programming code as max no for one byte is 255. I also used Delay Calculator to generate code but its also...
  7. C

    Software to Simulate PIC Microcontroller

    Hi, Sorry to distrub you again and again. I am facing problem while simulating the code either using 'Real Pic Simulator' or 'PIc Simulator IDC'. LED does not follow 5 sec delay to remain on and off. Using MPLAB v 8.10 as code editor to generate 'hex file' then open that 'Hex File' in real...
  8. C

    Software to Simulate PIC Microcontroller

    Ya may this can be the problem. As a beginner, i took this sample code from a Dr W. Smith's book ( all the code in his book is tested and verified). Now i am trying to debug it to find out thepossible error. In programming using LP crystal 32768 hz. PicF84 timing is 1/4 of the crystal i.e...
  9. C

    Software to Simulate PIC Microcontroller

    hi Thanks for your feedback. I shall check it down. problem with my code is that while simulting led did not on for 5 sec and off for 5 sec. It took longer to get off. Thanks once again
  10. C

    Software to Simulate PIC Microcontroller

    Thanks for your feedback. I have made some modification to have led on for 5 sec and off for 5sec. Let me know where is the problem. may be real sim not working properly? Regards
  11. C

    Software to Simulate PIC Microcontroller

    Thanks to all of you for positive feedback. I am following the book Pic by Project by Dr W Smith. In this book he gave the code for 5 sec. delay. Iam using "Real Pic Simulator' to simulate it but it does not work properly. Regards
  12. C

    Software to Simulate PIC Microcontroller

    Hi, Iam trying to simulate pic code ( and many other program) using 'Real pic Simulator' but results are not coiming out as iam expecting. following program is to on and off LED for 5 sec. but software shows only on LED not getting it off after 5 sec. any help? Secondly Recomend any good...
  13. C

    Beginner Program: 5 sec delay

    Hi Thanks to all professioanls over here, i have made this program to have 5 sec. delay to on and off LED. but it is not working properly. Any suggestion ;******************************************************************************* ;Equates TMR0 equ 01h STATUS equ 03h TRISA equ...
  14. C

    Need Help to understand Following Program

    Thanks for your your time to guide me. Thanks a lot8-). Iam using the same program with minor change to have 5 sec delay. instead of entering value of .32, iam entering .160 ( 1 cycle is prescaled to 32). after debuging the code when i use to simulate it with 'Real PIc Simulator' the result is...
  15. C

    Need Help to understand Following Program

    HI, As new learner of PIC. I am unable to understand few steps: ; EQUATES SECTION TMR0 EQU 1 ;means TMR0 is file 1. STATUS EQU 3 ;means STATUS is file 3. PORTA EQU 5 ;means PORTA is file 5. PORTB EQU 6 ;means PORTB is file 6. TRISA EQU 85H ;TRISA (the PORTA I/O selection) is...

Part and Inventory Search

Back
Top