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.

can somebody tell me what's missing in this design

Status
Not open for further replies.
The hex will only be useful to simulate it in proteus or program the chip, not to modify the code.
It will also be difficult for anyone to modify the compiler generated asm code so the software can only be checked/modified by a user that has knowledge of basic and pic
 

sir i also have hex and asm


This one made me laugh :D

i bet i will reach the 90 years old before i know a person that can read an HEX file like a code in C, VB, Java, etc...


btw... i can´t help you either with your problem too... sorry
 

i also posted the basic source code .bas file
 

Which compiler is this using? PIC Basic PRO?

I don't know which compiler this is, but the first error that comes to mind is this:
Code:
'#define CCATHODE 1 ' for Proteus ISIS only !!!
#define CCATHODE 0 ' for the real circuit !!!

Since, you're simulating in Proteus, and you're not using the transistors, comment out the 2nd line and leave the first line like:
Code:
#define CCATHODE 1 ' for Proteus ISIS only !!!
'#define CCATHODE 0 ' for the real circuit !!!


---------- Post added at 23:40 ---------- Previous post was at 23:34 ----------

Double click the PIC and change the clock frequency to 4MHz from 1MHz.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top