Search found 197 matches

by fabim
19 Feb 2010 14:20
Forum: mikroC PRO for PIC General
Topic: time do send-me the key.
Replies: 1
Views: 1145

time do send-me the key.

Mikrotean Hello, I wonder after I place the purchase of mikroC the international card, how long it takes to send me the key.

thanks.

fabim.brasil
by fabim
25 Sep 2009 03:00
Forum: mikroC PRO for PIC General
Topic: String comparison
Replies: 4
Views: 4004

strcmp(char *buff1, char *buf2, number of byter for compare); unsigned char Read_buffer[64]; unsigned char scpi1[] = "ATT1"; unsigned char scpi2[] = "ATT2"; unsigned char scpi3[] = "PORT"; unsigned char scpi4[] = "TEMP"; unsigned char scpi5[] = "MODEL"; if(strcmp(scpi1, read_buffer, 4)){ } if(strcmp...
by fabim
25 Sep 2009 02:54
Forum: mikroC PRO for PIC General
Topic: MMC Boot
Replies: 2
Views: 1822

Re: MMC Boot

Hello, I need to upgrade my firmware with a file saved in my MMC card. This MMC card if formatted under FAT16. I'm tryng to do this with MMC library, but when I compile my firmware, MMC librarys are in first addres of PIC memory. Somebody have any suggestions? my necessity is to upgrade my firmware...
by fabim
16 Sep 2009 20:25
Forum: mikroC PRO for PIC General
Topic: how to ?
Replies: 1
Views: 1498

how to ?

insert in #include. Header´s to project ? I creat libraryes in separetely pholders. e.g. in C:\miprojet into this pholder have other pholder "docs" Then in main project. #include ../docs/stdio.h Error #include ..docs/stdio.h error #include "//docs/stdio.h error Error Error Error al with < > or " " ....
by fabim
29 Jul 2009 13:53
Forum: mikroC PRO for PIC General
Topic: BIT_TEST command
Replies: 5
Views: 3858

//////////////////////////////////////////////////////////////////////////////// // FUNÇÃO : divi 16/32 bits to 2 or 4 bytes // PROCEDIMENTO : diretivas de compilador // PARÃMETRO : variavel tipo 16 ou 32 bits // RETORNO : 1 byte respectivo // ULTIMA EDIÇÃO : // OBS : //////////////////////////////...
by fabim
28 Jul 2009 19:28
Forum: mikroC PRO for PIC General
Topic: USB/LPT
Replies: 2
Views: 2415

This is out of my league but wouldn't you simply look at a serial to parallel converter? Did you read section 18.0 of the datasheet. In briefly looking at it, it seems like that is the info you are looking for. Data can be channelled either directly to the USB SIE or to the microprocessor core. Fig...
by fabim
28 Jul 2009 17:29
Forum: mikroC PRO for PIC General
Topic: USB/LPT
Replies: 2
Views: 2415

USB/LPT

Studying a project, I came to conclusion that I needed to communicate USB / LPT. Do not ask me why ... rs Serial emulation for the 18f4550, without problems, the library usb / dany the CDC, I had 100%. But I search the internet even the site of the microchip, and did not find documentation for this ...
by fabim
30 Apr 2009 12:04
Forum: mikroC General
Topic: PIC18F14K50.
Replies: 5
Views: 2574

I understand ...
But when is the next release?

What an expected date?

thank you alot !!
by fabim
29 Apr 2009 12:02
Forum: mikroC General
Topic: PIC18F14K50.
Replies: 5
Views: 2574

Bonca wrote:Hello!
I have checked the device list in v 8.1.0.0 and could not find them.

Bonca
It BONCA.
So, I really am not crazy.
And mikroE, made misleading disclosure.
Sad ...

Thank´s guy.

"GO TO CCS" iéca :(

fabim.brasil
by fabim
29 Apr 2009 03:32
Forum: mikroC General
Topic: PIC18F14K50.
Replies: 5
Views: 2574

?? ideas ??
by fabim
29 Apr 2009 00:08
Forum: mikroC PRO for PIC General
Topic: Help ADD NEW uC on mikroC
Replies: 2
Views: 2359

Help ADD NEW uC on mikroC

Hello guys.
It is possible, add a new model of uC in mikroC?
In my case, I will create one .DEF for uC PIC18F14K50 model, to implement a project that had a need for a uC with USB and it was low-cos.


Thanks

Fabim.Brasil
by fabim
28 Apr 2009 14:58
Forum: mikroC General
Topic: PIC18F14K50.
Replies: 5
Views: 2574

PIC18F14K50.

mikroC version history v.8.0.0.0 (2008-01-23) ---------------------- - Additional chips supported: P16F722 P16F723 P16F724 P16F726 P16F727 P18F13K50 P18F14K50 P18F45K20 P18F6313 P18F6393 P18F6413 P18F6493 P18F6628 P18F66J16 P18F66J65 P18F6723 P18F8313 P18F8393 P18F8413 P18F8493 P18F8628 P18F8628 P18...
by fabim
18 Apr 2009 00:56
Forum: mikroC General
Topic: USB JOYSTICK
Replies: 2
Views: 1900

it´s simple..
Create the descriptor....

www.usb.org

i have a project.
1 pic18f4550 = 4 joysticks
32 buttons
1 POV 8 positions
8 analog..

fabim
by fabim
31 Mar 2009 14:43
Forum: mikroC General
Topic: Modifying the mikroC code to create a USB Joystick
Replies: 17
Views: 19381

by fabim
23 Mar 2009 20:40
Forum: mikroC Wish List
Topic: cause of error discovery!.
Replies: 0
Views: 2932

cause of error discovery!.

eeprom_write(x,x); mikroC, liby. i lost 5 days looking for the error in my source, to give the Assembly. L_EEprom_write_0: BCF STATUS, RP1 BSF STATUS, RP0 BTFSS EECON1, 1 GOTO L_EEprom_write_1 NOP GOTO L_EEprom_write_0 L_EEprom_write_1: BCF STATUS, RP0 MOVF FARG_EEprom_write+0, 0 BSF STATUS, RP0 MOV...

Go to advanced search