Search found 18 matches

by firdauskhalid
06 Apr 2010 04:14
Forum: mikroC PRO for PIC General
Topic: RTOS OSA for PIC12, PIC16 and PIC18
Replies: 43
Views: 34138

Re: RTOS OSA for PIC12, PIC16 and PIC18

im trying to run ur osa..im using mikroC PRO for PIC but i got error..can sum1 help me...im new to RTOS
by firdauskhalid
05 Apr 2010 09:30
Forum: mikroC Wish List
Topic: rtos development on pic18f67j60
Replies: 1
Views: 2685

rtos development on pic18f67j60

im new in developing rtos and using pic18f67j60..but my question is can i used burn the rtos to pic18f67j60?
by firdauskhalid
24 Feb 2010 02:33
Forum: mikroC General
Topic: problem with understand the HTTPDemo
Replies: 5
Views: 4060

Re: problem with understand the HTTPDemo

i already try to use httpdemo and do some adjustment so it can work on my pic..but i still cant toggle the led using the webpage..but i can load the webpage from my pic...what is the problem?..n i really need a details for me to understand the example code which is httpdemo..

Thanks
by firdauskhalid
23 Feb 2010 05:30
Forum: Development Boards
Topic: problem with pic18f67j60
Replies: 2
Views: 1457

Re: problem with pic18f67j60

these are my codes. i burn it on my pic then the led keep blinking and the button won't function properly.. bit astate; bit bstate; bit cstate; void main() { ADCON1 |= 0x0F; CMCON |= 7; TRISE0_bit = 0x01; TRISE1_bit = 0x03; TRISE3_bit = 0x07; TRISB.B0 = 0x00; TRISB.B1 = 0x00; TRISB.B2 = 0x00; PORTB....
by firdauskhalid
22 Feb 2010 09:01
Forum: mikroC General
Topic: problem with understand the HTTPDemo
Replies: 5
Views: 4060

problem with understand the HTTPDemo

i try to understand the HttpDemo example and i try to run it on my pic18f67j60 and my led ports are B0,B1 and B2..can u give an example program..i try many times and i cannot toggle the led with the web page control.

Best Regard
Firdaus Khalid
by firdauskhalid
21 Feb 2010 07:12
Forum: Development Boards
Topic: problem with pic18f67j60
Replies: 2
Views: 1457

problem with pic18f67j60

i program the pic for example the led blinking and i need to hold at the solder place then it can on the led..what is the problem?..can someone help me...thnx for helping..sorry for my poor english..
by firdauskhalid
12 Feb 2010 03:01
Forum: mikroC PRO for PIC General
Topic: help.. button coding
Replies: 21
Views: 7004

Re: help.. button coding

im using olimex board that PIC18P67J60...why?is it because of my development board?
by firdauskhalid
10 Feb 2010 04:48
Forum: mikroC PRO for PIC General
Topic: help.. button coding
Replies: 21
Views: 7004

Re: help.. button coding

it cannot run on the board..n then i try more simpler code...but why it need 3 state...this is my program...thnx... bit astate; bit bstate; bit cstate; void main() { ADCON1 |= 0x0F; CMCON |= 7; TRISE0_bit = 0x01; TRISE1_bit = 0x03; TRISE3_bit = 0x07; TRISB.B0 = 0x00; TRISB.B1 = 0x00; TRISB.B2 = 0x00...
by firdauskhalid
09 Feb 2010 03:08
Forum: mikroC PRO for PIC General
Topic: help.. button coding
Replies: 21
Views: 7004

Re: help.. button coding

why the button wont function..im using pic18f67j60 char counter; void LedOn() { PORTC.B5 = 0xFF; PORTB.B5 = 0xFF; PORTA.B5 = 0xFF; } void LedBlink() { do { PORTA.B5 = 0xFF; PORTB.B5 = 0xFF; PORTC.B5 = 0xFF; delay_ms(1000); PORTA.B5 = 0xFF; PORTB.B5 = 0xFF; PORTC.B5 = 0xFF; delay_ms(1000); }while(1);...
by firdauskhalid
08 Feb 2010 07:33
Forum: mikroC PRO for PIC General
Topic: help.. button coding
Replies: 21
Views: 7004

Re: help.. button coding

i have a question..the button function i really dont understand 8 all..if from the ground and then to button and then to pic port for example rf1 then the button function is 'Button(&PortF,1,100,0)'..the '1' is represent the port of the pic or what?..im try so hard..thnx..
by firdauskhalid
05 Feb 2010 01:58
Forum: mikroC PRO for PIC General
Topic: help.. button coding
Replies: 21
Views: 7004

then dont we need to put the oldstate?...actually i dont really understand what the function the oldstate and what actually is active_state?..
by firdauskhalid
04 Feb 2010 07:51
Forum: mikroC PRO for PIC General
Topic: help.. button coding
Replies: 21
Views: 7004

im using pic18f67j60 just add 3 led and 3 button..for every button i wan to make different pattern of led curtain...but i dont know how..help me pls..sori for my broken english...
by firdauskhalid
03 Feb 2010 01:49
Forum: mikroPascal PRO for PIC General
Topic: port determination
Replies: 6
Views: 2932

but how from pc to signal the board to turn on the led...im lost now..the ethernet is connected to tpin and tpout but how to send the packet...
by firdauskhalid
25 Jan 2010 01:42
Forum: mikroPascal PRO for PIC General
Topic: port determination
Replies: 6
Views: 2932

thnx 4 da info..i will work harder to learn more hardware parts..im find difficulties about hardware parts because im a software engin student and im learnt more about software architecture and system development..
by firdauskhalid
21 Jan 2010 09:46
Forum: mikroPascal PRO for PIC General
Topic: port determination
Replies: 6
Views: 2932

then how about TPIN and TPOUT??Help me PLSS

Go to advanced search