Someone Electro
New Member
what programer shod i select (for the one i atached in my first post )
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Jay.slovak said:Yep, that's what happend in my country... people ordered samples, and then sold them... crap...
:twisted: I gues you have to buy them as others do...
Someone Electro said:-38.970 MHz (perfect for the PIC18F252)
Someone Electro said:Any way i will only use crastals i need fast clocks.I will mostly use the chips internal oscilaor (can only run up to 8Mhz)
I have an 10Mhz one so no probem (il have to use its internal clock if i want to to operate slower)
I clock pusle makes the PIC to do one line off the program.right? (i know its a real noob qestion)
symbol Output0 = 0
main:
label0: pause 1000
toggle Output0
GoTo label0
Someone Electro said:why wod i want to blink an LED at 1-4 MHz
I think in Basic there is an instructon that pauses the program for the amaunt of ms you set(I think itsause <ms>)
So to blink an led in Basic you wod have:
Code:symbol Output0 = 0 main: label0: pause 1000 toggle Output0 GoTo label0
This shod thurn on/off an LED evry second.
Can this program be loded in a PIC18F252 and PIC16F88?
Someone Electro said:meaby to use it for high freqency mesurments
or cod an 555 timer be used o produce the clock?(20kHz)
Can this program run on PIC18F252 and PIC16F88?(i have an programing software that gives out Basic programs like this one)