Search found 68 matches

by alejandroflamerich
25 Aug 2016 17:18
Forum: Product Announcements
Topic: Complile Issuer (memcmp, strcmp)
Replies: 4
Views: 9164

Re: Complile Issuer (memcmp, strcmp)

Hi Filip.

Thanks for your reply.

Yeap. That's what Im doing. So I worder if I could do a casting like (char*) or something. But I see that not.

Regards for your support.

Alejandro
by alejandroflamerich
24 Aug 2016 17:20
Forum: Product Announcements
Topic: Complile Issuer (memcmp, strcmp)
Replies: 4
Views: 9164

Re: Complile Issuer (memcmp, strcmp)

Hi Lana. Thank you for you soon answer MicroC 6.6.3 PIC18F87J60 this is my code char * pcStringCommand = "help arg1 arg2 arg3"; const char * const pcCommand ="help"; strcmp(pcStringCommand, pcCommand); //it does not compile strncmp(pcStringCommand, pcCommand, strlen(pcCommand)); //it does not compil...
by alejandroflamerich
23 Aug 2016 18:42
Forum: Product Announcements
Topic: Complile Issuer (memcmp, strcmp)
Replies: 4
Views: 9164

Complile Issuer (memcmp, strcmp)

This is a simple issue that I would want to know about it. int memcmp(void *s1, void *s2, int n); void suppous void right? I can use any type so.. I suppose that i can compare char* with const char * pointer and to the contrary the compiler return is... Ilegal pointer. Which is the right function to...
by alejandroflamerich
14 Aug 2015 02:29
Forum: Product Announcements
Topic: New Ethernet Libraries with TCP/IP stack support coming soon
Replies: 19
Views: 39642

Re: New Ethernet Libraries with TCP/IP stack support coming

Hi mikroe team

This ethernet library that support packet fragmentation is available now? Please could you have any link to download?

Regards

Alejandro Flamerich
by alejandroflamerich
29 Jul 2014 17:48
Forum: mikroC PRO for PIC Wish List
Topic: All TCP stack functions
Replies: 1
Views: 2301

All TCP stack functions

Today is very common to use Ethernet connection. And is important to our clients to have funtionallities as TCP stack (with packet fracmentation) FTP, SSH, and another importants protocols. In our case, we have to use a Microchip TCP Stack in this case but it will be great if we could use MikroE com...
by alejandroflamerich
16 Jun 2014 15:41
Forum: mikroC PRO for PIC Wish List
Topic: Goto in asm. Basic for OS design.
Replies: 6
Views: 9635

Re: Goto in asm. Basic for OS design.

Hi Virgus.

You can use goto instruction with address or label. It is up to you.

goto function1 or
goto label1 or
goto 0x003

Regards Alejandro
by alejandroflamerich
21 May 2012 14:42
Forum: mikroPascal General
Topic: External memory bus PIC18F8722 BIGPIC4
Replies: 7
Views: 5914

Re: External memory bus PIC18F8722 BIGPIC4

Hi Filip. Thanks for your reply. The thing here is how can I compile a program that use more that 4K internal RAM. (like 1M RAM for example) This memory use is a micro feature so the access to memory (Internal and External) is not controlled by the programer. The memory RAM administration is respons...
by alejandroflamerich
18 May 2012 20:10
Forum: mikroPascal General
Topic: External memory bus PIC18F8722 BIGPIC4
Replies: 7
Views: 5914

Re: External memory bus PIC18F8722 BIGPIC4

Hi Slavisa. I'm gonna use the External Memory Bus to PIC18F97J60. My question is: How I can configure in microC to understand that now has 2M Ram and no only the internal RAM. I'm configuring External Memory Bus bit in the configurations bit and compiling my program and I follow watching in MikroC S...
by alejandroflamerich
21 Mar 2012 21:03
Forum: Library Development Discussion
Topic: New Ethernet library with improved TCP/IP Stack
Replies: 100
Views: 112337

Re: New Ethernet library with improved TCP/IP Stack

Hi Janko. We update our mikroC version for 5.4. But now we have a issue that we didnt have. We have implemented a Modbus Server and it respond well about 100 polls aprox,(some times before, some times after) and then the mikro will be frezzing. Could you give me some sugestion that maybe I haven't t...
by alejandroflamerich
05 Apr 2011 18:48
Forum: Development Boards
Topic: RFID Reader-Card with PIC 18F4520
Replies: 13
Views: 7947

Re: RFID Reader-Card with PIC 18F4520

Hi I already test the sample code and it work like it suppouse. But I tried to translate the code that the hyperterminal show but I couldnt. it is not the same that my card. All my cards have the code printed in the front so, anyone know how can we get the real card code? I mean how can I translate ...
by alejandroflamerich
11 Mar 2011 20:37
Forum: Development Boards
Topic: RFID Reader-Card with PIC 18F4520
Replies: 13
Views: 7947

Re: RFID Reader-Card with PIC 18F4520

Hi Everybody. Im using a PIC18F2550 and the RFID example doesnt work. I already check carefully my OSC configuration but I didnt see any mistake. I try with 32Mhz and 48Mhz OSC configuration (with 4MHz input clock) My OSC Configuration HS-PLL 4Mhz x 12 -> 96Mhz / 3 -> 32Mhz Im attaching the code and...
by alejandroflamerich
20 Oct 2010 04:15
Forum: mikroC PRO for PIC General
Topic: USB Library build unsuccessful
Replies: 6
Views: 2259

Re: USB Library build unsuccessful

Hi P.Erasmus.

Just for remember you. Could you send me your well example with the 2550.

Best Regards.

Alejandro
by alejandroflamerich
18 Oct 2010 16:48
Forum: mikroC PRO for PIC General
Topic: USB Library build unsuccessful
Replies: 6
Views: 2259

Re: USB Library build unsuccessful

changed the device in your project to a 18F2550 compile it for this device and you will see it compiles There must be a problem with your instalation or compiler as I compile the code for 2550 and 4550 with out any errors I actually have a 2550 running with the Mikro libs with me on a EasyPIC6 boar...
by alejandroflamerich
18 Oct 2010 16:24
Forum: mikroC PRO for PIC General
Topic: USB Library build unsuccessful
Replies: 6
Views: 2259

Re: USB Library build unsuccessful

Hi P.Erasmus Thanks for your reply. You are right. I already did it and build fine. But it work on PIC18F4550(40pin) but not on PIC18F2550(28pin). In the last micro it doesn't do link with my Laptop. If you have some idea about what's going on I would appreciate your help. I attached the new file ag...
by alejandroflamerich
16 Oct 2010 19:39
Forum: mikroC PRO for PIC General
Topic: USB Library build unsuccessful
Replies: 6
Views: 2259

USB Library build unsuccessful

If somebody already has a USB sample code that work please could publish it here?

I attached the microC sample that appear in MikroC help but it doesnt work.
Prueba USB Soft.zip
(9.1 KiB) Downloaded 132 times

Go to advanced search