Search found 79 matches

by sairfan1
20 Dec 2021 18:53
Forum: mikroC PRO for PIC General
Topic: Compiler Pro/AI
Replies: 1
Views: 554

Compiler Pro/AI

I'm back to MikroE after about 8 years, I'm thinking to buy compiler to get started with it again, I noticed there are two compilers MikroC PRO and MikroC AI I was not able understand what is the difference between these both, I mostly use PIC 8 bit MCUs can someone help me which compiler is more su...
by sairfan1
27 Aug 2015 22:43
Forum: mikroC PRO for PIC General
Topic: Defining array at specific address
Replies: 1
Views: 1097

Defining array at specific address

Hi,
I want to declare an array of char type variable, i want to specify ram address where to start and where to end this array. If it is possible with C compiler please advise how.

Thanks.
by sairfan1
18 Sep 2014 17:44
Forum: mikroC PRO for PIC General
Topic: Unable to install USB driver on Windows 8.1 and Server 2012
Replies: 12
Views: 6328

Re: Unable to install USB driver on Windows 8.1 and Server 2

[stamina] i believe you should first uninstall old driver from Control Panel -> Program and Features -> Windows Driver Package - mikroElektronika (USB18PRG)

Then right click driver file as choose Run as Administrator.
by sairfan1
10 Sep 2014 18:02
Forum: mikroC PRO for PIC General
Topic: Unable to install USB driver on Windows 8.1 and Server 2012
Replies: 12
Views: 6328

Re: Unable to install USB driver on Windows 8.1 and Server 2

Hi,

Many many thanks, issue resolved. Though this issue took some time, perfect support by mikroe, thats why i like its products.
by sairfan1
09 Sep 2014 23:14
Forum: mikroProg™ programmer and debugger
Topic: EASYPIC V7 with WINDOWS 8 Problem
Replies: 14
Views: 13717

Re: EASYPIC V7 with WINDOWS 8 Problem

Is there any other solution? your system may on risk by disabling driver verification.
by sairfan1
09 Sep 2014 21:18
Forum: mikroC PRO for PIC General
Topic: Unable to install USB driver on Windows 8.1 and Server 2012
Replies: 12
Views: 6328

Re: Unable to install USB driver on Windows 8.1 and Server 2

Hi, Im still unable to install EasyPIC 7 driver, i have spent hours of time, read many other forums post also but unable to fix the problem. Even i downloaded and install latest version of compiler. I re installed my Windows for it. Please help me its been weeks Im not able to work on EasyPIC. Is th...
by sairfan1
22 Aug 2014 19:35
Forum: mikroC PRO for PIC General
Topic: Unable to install USB driver on Windows 8.1 and Server 2012
Replies: 12
Views: 6328

Unable to install USB driver on Windows 8.1 and Server 2012

Hi, Even after reading lot of post fixing this problem I'm still unable to install USB driver on Windows 8.1 and Server 2012, i received error message driver is not digitally signed, for reference image is attached. I have reinstalled window and try to install by right clicking and selecting Run as ...
by sairfan1
14 Aug 2014 19:01
Forum: Library Development Discussion
Topic: Help file for Wifi and SD card libraries
Replies: 4
Views: 4058

Re: Help file for Wifi and SD card libraries

Thanks got it.

1. Can i configure help file in (package/help) with Compiler GUI so that by pressing F1 key it can search for me?
by sairfan1
08 Aug 2014 17:44
Forum: Visual TFT General
Topic: Driver for SSD1289
Replies: 27
Views: 29834

Re: Driver for SSD1289

Hi thanks for sharing code on libstock.
Can you please advise how can i setup TFT in 8bit interface mode.
Thanks.
by sairfan1
08 Aug 2014 17:34
Forum: mikroC PRO for AVR General
Topic: ADS7843 XPT2046 touch panel controler Library
Replies: 5
Views: 7903

Re: ADS7843 XPT2046 touch panel controler Library

Hi, im working on TFT 3.2" can you please advise how can i initialize it in 8bit mode.
thanking you in advance
by sairfan1
22 Jul 2014 19:58
Forum: Library Development Discussion
Topic: Help file for Wifi and SD card libraries
Replies: 4
Views: 4058

Help file for Wifi and SD card libraries

Hi,

Im learning SD Card and Wifi libraries, i downloaded the package and install, example code is working fine, i want to learn further but looks like help file for these libraries are not included in package, please guide me where can i find help file. Thanks.
by sairfan1
22 Jul 2014 18:46
Forum: mikroC PRO for PIC General
Topic: invalid behaviour of variables.
Replies: 1
Views: 1082

invalid behaviour of variables.

Hi, to me its invalid behaviour of variables, when they are NOT defined as static, and initialized in a function, but still there last value remain in that, when i call the function or even i rewrite the program, see this little function. but problem solved if i one by one initialize each variable i...
by sairfan1
12 Jun 2014 22:28
Forum: Libstock Discussion
Topic: WiFi PLUS Click with TCP/IP Stack - Complete WiFi Solution
Replies: 77
Views: 887457

Re: WiFi PLUS Click with TCP/IP Stack - Complete WiFi Soluti

hi,

i have installed and run successfully http demo wifi click, want to learn it further but there is no associated help file. please help.
by sairfan1
10 Jun 2014 17:28
Forum: mikroC PRO for PIC General
Topic: Simple and complex scenario of using header files
Replies: 3
Views: 1453

Re: Simple and complex scenario of using header files

Thanks, now i'm stuck a step further, in main.c file i set bits for buttons as below sbit BTN7 at RB7_bit; sbit BTN6 at RB6_bit; sbit BTN5 at RB5_bit; sbit BTN4 at RB4_bit; in test.c file i want to access BTN7 but it gives error that BTN7 is not accessable. if (BTN7 == 1){ // do something } please a...

Go to advanced search