Search found 12 matches

by homemade
06 Jan 2012 18:50
Forum: Development Boards
Topic: easypic5 and 18F14K22
Replies: 1
Views: 1079

easypic5 and 18F14K22

I have the easypic5 and I want to program 18F14K22.
Is it possible?
thanks everybody
by homemade
10 Jan 2010 11:15
Forum: mikroBasic PRO for PIC General
Topic: internal osc
Replies: 8
Views: 2707

and the instructions?

Thanks for the reply
by homemade
10 Jan 2010 08:02
Forum: mikroBasic PRO for PIC General
Topic: internal osc
Replies: 8
Views: 2707

THESE 2 was an example let's say for 18f4520 or another
by homemade
09 Jan 2010 22:29
Forum: mikroBasic PRO for PIC General
Topic: internal osc
Replies: 8
Views: 2707

internal osc

I have this little program, could be any other prog which working with Crystal 8mhz. Because I have difficulty to find the instructions please tell me if is possible, what instructions be put to work within a functioning internal crystal and what changes will need to picflash For the pic is what may...
by homemade
27 Mar 2009 20:07
Forum: mikroBasic General
Topic: Trimming float var
Replies: 2
Views: 1441

clarification with number pls
by homemade
13 Mar 2009 14:12
Forum: mikroBasic General
Topic: Timer 0 this is my first time and I am so confused
Replies: 6
Views: 3711

my prog for 1sec interupt sub procedure interrupt TMR0L = 247 ' l kai h for tmr0 1 sec TMR0H = 194 INTCON.TMR0IF = 0 ' reset and start TMR0 interrupt cycle end sub main: T0CON = $86 'T0CON.TMR0ON = 1; ; Timer0 On/Off Control bit: 1=Enables Timer0 / 0=Stops Timer0 'T0CON.T08BIT = 0; ; Timer0 8-bit/16...
by homemade
11 Mar 2009 19:16
Forum: mikroBasic General
Topic: Timer 0 this is my first time and I am so confused
Replies: 6
Views: 3711

download pic time calculator from
http://pictimer.picbingo.com/
it help you max
by homemade
15 Feb 2009 08:04
Forum: mikroBasic General
Topic: Any example with tmr2
Replies: 2
Views: 1799

Of course the 3 24hours clock programs are excellent but I don’t won’t these I want a small prog to make this timer. It’s easy to make it with ic (cd4060 and 555) but I want to make it with pic
by homemade
14 Feb 2009 22:09
Forum: mikroBasic General
Topic: Any example with tmr2
Replies: 2
Views: 1799

Any example with tmr2

I’m new at mikrobasic and I want to make a timer to make a pulse at a pin of portd about 5sec every 4-5 hour
Any suggestion is sustain because my knowledge at basic is babyhood
by homemade
29 Dec 2008 12:27
Forum: mikroBasic General
Topic: I can’t understand the instruction – operator MOD
Replies: 3
Views: 1964

thank you for the answer

If the TimeRead.months is 12 the (TimeRead.months mod 10) how much is?
Or the (TimeRead.year mod 100) div 10)
by homemade
28 Dec 2008 18:20
Forum: mikroBasic General
Topic: I can’t understand the instruction – operator MOD
Replies: 3
Views: 1964

I can’t understand the instruction – operator MOD

These lines are from RTC example and if is possible anyone to explain the meaning of MOD 10 or the MOD 100 or any other values it take the MOD txt[0] = (TimeRead.day div 10) + 48 txt[1] = (TimeRead.day mod 10) + 48 txt[2] = "/" txt[3] = (TimeRead.months div 10) + 48 txt[4] = (TimeRead.months mod 10)...
by homemade
03 Dec 2008 20:22
Forum: mikroBasic General
Topic: Current Wish List
Replies: 187
Views: 184803

When you decided to circulation the exmples for RTC2 with ds307
Thank you

Go to advanced search