View previous topic :: View next topic |
Author |
Message |
Abdellatif-009
Joined: 27 Jan 2015 Posts: 3 Location: France
|
|
|
dyeatman
Joined: 06 Sep 2003 Posts: 1937 Location: Norman, OK
|
|
Posted: Tue Jan 27, 2015 5:23 pm |
|
|
Please read the sticky PIC101 at the beginning of the topic list.
Please dont ask Proteus/ISIS questions here. Go to the Proteus forum...
http://support.labcenter.co.uk/forums/ _________________ Google and Forum Search are some of your best tools!!!! |
|
|
temtronic
Joined: 01 Jul 2010 Posts: 9247 Location: Greensville,Ontario
|
|
Posted: Tue Jan 27, 2015 6:38 pm |
|
|
Well if your schematic is the same as the one shown in your post of course it won't work!
Basic simple 'Electronics101' hardware errors. I gave up at 10 critical errors.
Even if the code is correct, it will NEVER work with that hardware.
Jay |
|
|
Abdellatif-009
Joined: 27 Jan 2015 Posts: 3 Location: France
|
|
Posted: Wed Jan 28, 2015 12:00 pm |
|
|
Can you please help me correct these errors .. |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Wed Jan 28, 2015 12:03 pm |
|
|
Temtronics is talking about real hardware. Your schematic is missing
the crystal circuit for the PIC. It's missing the power and ground
connections for the PIC. Isis doesn't care about these things. It will
run OK without them. But real hardware does care.
Your schematic is also missing power, ground, and the contrast
connections to the LCD. Isis may not care about these. |
|
|
temtronic
Joined: 01 Jul 2010 Posts: 9247 Location: Greensville,Ontario
|
|
Posted: Wed Jan 28, 2015 12:56 pm |
|
|
also LCD module is 'wired' for 8 bit mode but program has 4 bit mode driver.
not too sure what happens to LCD when connected/run in that 'mode'.
also vusb not connected properly, so USB comm will not work...
jay |
|
|
Abdellatif-009
Joined: 27 Jan 2015 Posts: 3 Location: France
|
|
Posted: Wed Jan 28, 2015 2:36 pm |
|
|
Hello
I changed my schematic and my code and now it's working on ISIS, and that's all what I needed.
Thank you guys for your help. |
|
|
|