Usually the baud is at 9600 by default.
Also USB to Serial converters may pose an issue sometimes.
Ioannis
Usually the baud is at 9600 by default.
Also USB to Serial converters may pose an issue sometimes.
Ioannis
When i compile my code i generate HEX file of 3KB which cant fit PIC16F84, since its limit is 1KB is there a way i can compress it and load it into pic16f84
regards
Thankyou Ioannis, Now the only choice is to change pic but i will have to just to simulate it bse i had only pic16f84, but wen i changed to pic16f877 and tried to simulate, nothing appeared on virtual terminal and proteus gave me this message ''can't perform real time simulation due CPU overlaod, what should i do?
regards
dumato
I never use simulators of any kind. And Never ever write the whole program at once. I am not Darrel or Melanie...
What I do is:
1. Whenever I change PIC, I start by a led and a button. Just 3 lines of code to read the button and light the LED.
2. Then I add a serial port to see on a terminal what is happening to the PIC.
3. Then an LCD and see if it works.
4. Then...
Ioannis
Last edited by Ioannis; - 9th April 2010 at 11:05.
Thankyou Ioannis, am going to do that
regards
dumato
I have practiced simulation, now i was trying to simulate my project above but Virtual terminal is showing AT,AT, AT contineously after pressing ON the push button. What could be the problem?
regards
Bookmarks