Search found 22 matches

by trirath
06 Oct 2009 09:23
Forum: mikroC General
Topic: receive series data 8 bit via RB0
Replies: 0
Views: 929

receive series data 8 bit via RB0

Please someone example me for receive series data 8 bit via RB0 interrpt 16F84

Thank you
by trirath
14 Sep 2009 05:49
Forum: mikroC PRO for PIC General
Topic: IRP Bit must be set manually for indirect access to ?lstr_fi
Replies: 3
Views: 15521

IRP Bit must be set manually for indirect access to ?lstr_fi

I try to do this programming below, void Command_AT(char *AT){ } void main(void){ while(1){ ...... ...... ..... switch (m) { case 1 :Command_AT("01041") ; break; case 2 :Command_AT("01051") ; break; case 3 :Command_AT("010A1") ; break; case 4 :Command_AT("010B1") ; break; case 5 :Command_AT("010C2")...
by trirath
18 Jun 2009 10:12
Forum: mikroC General
Topic: PIC18f4550 with USB and VB
Replies: 3
Views: 2050

Go to book store then take this

"Advanced PIC Microcontroller
Projects in C"
From USB to RTOS with the PIC18F Series
By Dogan Ibrahim

This is a excellent book for you,He explained USB HID in MikroC !!!
by trirath
18 Jun 2009 10:06
Forum: mikroC General
Topic: PIC to PIC communication
Replies: 2
Views: 1484

If you already used hardware USART contained in PIC.
you can use other TTL port to be USART by software that is soft_uart library.They are contained in MikroC Libray.Let try!
by trirath
12 May 2009 11:36
Forum: mikroC PRO for PIC General
Topic: Compute elevator displacement using accelerometer.
Replies: 17
Views: 9183

Hi mrinvincible for no1 you ask that i used to have this problem (may the same you) I want to share you for the average them with your sampling it may be work not properly.Let i suggest you use Kalman Filter to remove noise. Anyway,There are another way that can be implementation in 8 Bits Micro con...
by trirath
28 Apr 2009 07:57
Forum: mikroC General
Topic: Help me Urgent!!!!!!
Replies: 2
Views: 1436

I used to tried with your Book refernce, it exactly work.
Why don't you use EasyHID as explained in that book.
by trirath
07 Mar 2009 11:26
Forum: mikroC General
Topic: bootloader and USB Connection
Replies: 22
Views: 17010

Hi w7ami, It work!,i forget declared it to be prototype first. Oncething, 1) what is :020000040000FA 2) i founded some program show me "Routine exceeds page boudaries 4096" How to fixed? If i know this program is too bigger sides.But i still concern.because i used to them for the first 16F877A compl...
by trirath
07 Mar 2009 08:41
Forum: mikroC General
Topic: bootloader and USB Connection
Replies: 22
Views: 17010

Hi w7ami, I finished bootloader thank for all. I tried to follow your to modify P18F4550.mlk also added as below on top of editor and changing existng void main(void) to be void main_thread() just like you comment. void main() org 0x1000 { main_thread(); } void main_thread() { INSERT YOUR CODE HERE ...
by trirath
05 Mar 2009 11:29
Forum: mikroC General
Topic: pic16f722
Replies: 2
Views: 1404

I don't know why,Let me suggest as below. 1) PIC micro controller to is very cheap you can choose other one instead. 2) Changed to be other C complier such as CCS,Hitech or from microchip. Anyway,Those complier be limited with the day around 30-60 days,that unfair for poor boy like me,Unfortunenatel...
by trirath
05 Mar 2009 11:18
Forum: mikroC General
Topic: bootloader and USB Connection
Replies: 22
Views: 17010

Trirath

Many thank w7ami.I just see a light from you. I have a stupid quotation like this. 1) If we no need to use USB Port of PIC,Is this bootloader no need too? (Becuase i alway run my program work properly without USB Bootloader) 2) What differrent between bootloader of 16F877A(Founded in WWW) and USB bo...
by trirath
20 Feb 2009 16:21
Forum: mikroC General
Topic: Bootloader and USb Connection
Replies: 0
Views: 787

Bootloader and USb Connection

I feel not so good.Any information from Mikroe not anymore.(Does not like CCS etc.Evenif some newest chip have many rising complex. Anyway,You can tell me more than TON www to find any information about PIC and Complier.But i expected will goal with mikroe till today i think they just only hoppiest....
by trirath
20 Feb 2009 16:13
Forum: mikroC General
Topic: bootloader and USB Connection
Replies: 0
Views: 885

bootloader and USB Connection

Hi All Please tell me how the step of to do bootloader and how to do let PIC18F4550 Connectionnto Pc via USB. I tried to search a ton www,Microchip, etc but no web site able to cleared for me. Anyway,Don't paste link for me.I have read them any more and more than you think. I like someone who expert...
by trirath
20 Feb 2009 16:12
Forum: mikroC General
Topic: bootloader and USB Connection
Replies: 22
Views: 17010

bootloader and USB Connection

Hi All Please tell me how the step of to do bootloader and how to do let PIC18F4550 Connectionnto Pc via USB. I tried to search a ton www,Microchip, etc but no web site able to cleared for me. Anyway,Don't paste link for me.I have read them any more and more than you think. I like someone who expert...
by trirath
03 Nov 2008 14:10
Forum: mikroC General
Topic: Demo Limit ?
Replies: 4
Views: 2505

A small program can not avoid demo limit.(even if a less procedure with a few line command) as my expereince that i try to do trial and error. 1) if your program be contained interrupt procedure you need to put in any routine you want in interrupt procedure .(mean put anything in interrupt procedure...
by trirath
23 Sep 2008 13:44
Forum: mikroC General
Topic: pulsin equivalent for mikroC
Replies: 8
Views: 8132

No! Mikroc this version does not contain special function to read pulse width of PWM. But you can write code to get pulse width by directly by using access register.Please see example code which may be help you . char decshow[8]; int T2X ; void capture1(void); void main(void) { TRISC.F2 = 1; // Assi...

Go to advanced search