Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.
Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.
thanks a lot, i will try to work on it,
i think i m facing a problem cz in the other part of my project, i m reading t\from the serial ...i will try to post my code so you can correct me
i guess that proteus is better than picsimulator cz it covers othe issue than programming as gramo replied, a stupid example is : you can try which value of resistor will be good in your design.
picsimulator has a problem with timing (timing not the same timeing u will get when u ll be testing...
Hi all,
i wrote a very simple code but it did not work :(
i want to turn on a led if the switch is on
this is the code:
TRISA = $ff
TRISB = 0
CMCON=7
main: if PORTA.1=1 THEN
PORTB.1=1
delay_ms (1000)
ELSE PORTB.1=0
END IF
GOTO MAIN...
hi all,
please i need your help using picbasic pro
i want to add the number x=1 with the following numbers
for i=0 to i=100
and i want to display the result on an LCD
i must check if the result is greater than 1500, the loop must exit and the final number will be frozen on the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.