Search found 172 matches

by The_RB
23 Oct 2012 08:24
Forum: mikroC PRO for PIC General
Topic: No data from GPS click
Replies: 10
Views: 4205

Re: No data from GPS click

I had a similar problem. If the Ublox GPS module has been moved far away (like mailed to another country!) it can take many minutes before it has fully re-located the data and the red light starts flashing to say data is good.

After that it should be much quicker next time. :)
by The_RB
23 Oct 2012 08:19
Forum: mikroC PRO for PIC General
Topic: How to get different baudrates in MikroC PRO USART Terminal?
Replies: 5
Views: 2567

Re: How to get different baudrates in MikroC PRO USART Termi

Thanks Dejan and Mince, the PC RS232 UART supports any baud rate (depends on xtal resolution), as does both FTDI and CP2102 USB-UART chips. Also the Windows API (as would be used inside the MikroC compiler) supports any baudrate. The only part that I am aware of that will not support any baudrate is...
by The_RB
18 Oct 2012 03:22
Forum: mikroC PRO for PIC General
Topic: How to get different baudrates in MikroC PRO USART Terminal?
Replies: 5
Views: 2567

How to get different baudrates in MikroC PRO USART Terminal?

Hi, I'm working with hardware that makes a baudrate of 12000 baud. I can set the PIC to work with 12000 baud no problems, but when viewing in the Usart terminal that comes with MikroC PRO the baudrate must be 9600 or 14400. Is there a way to set the MikroC USART Terminal to 12000 baud, or do I need ...
by The_RB
18 Oct 2012 03:10
Forum: GLCD Font Creator Software
Topic: Crashes in Win98, and needs 2 more features
Replies: 3
Views: 6814

Re: Crashes in Win98, and needs 2 more features

Thank you for the reply. :)

I still think font rotation in FontCreator would be nice, as it allows the final code to be optimised for best speed with a microcontroller writing direct to GLCD/TFT.
by The_RB
15 Oct 2012 18:16
Forum: mikroC PRO for PIC General
Topic: PIC + nRf24l01
Replies: 8
Views: 14167

Re: PIC + nRf24l01

... I'm sure that's perfectly wonderful software but it's based on a MikroElektronika library, that means no-one can actually see how to interface to the module and can't learn anything or change anything about that interface. ... If you don't like the FREE library components handed to you then you...
by The_RB
15 Oct 2012 18:03
Forum: mikroProg™ programmer and debugger
Topic: MikroProg bug with PIC 18F46K20 ?
Replies: 10
Views: 5176

Re: MikroProg bug with PIC 18F46K20 ?

Hi Janko, yes the problem occurs with MikroC. I am using MikroC for most projects whenever I can, as PRO has some crashes with my operating system. With MikroC the defs file PIC18F46K20.c came with MikroC v8 and all the def files that work have the text I showed. It was only the file PIC18F46K20.c t...
by The_RB
14 Oct 2012 14:07
Forum: mikroProg™ programmer and debugger
Topic: MikroProg bug with PIC 18F46K20 ?
Replies: 10
Views: 5176

Re: MikroProg bug with PIC 18F46K20 ?

YAY! I found the bug. The problem was in the PIC18F46K20.c file in the /defs folder. I compared 4620.c to 46K20.c, and found in the 46K20.c these 2 defines were missing; const unsigned long _CONFIG3L = 0x300004; const unsigned long _CONFIG4H = 0x300007; I added those two defines to the PIC18F46K20.c...
by The_RB
14 Oct 2012 12:55
Forum: mikroProg™ programmer and debugger
Topic: MikroProg bug with PIC 18F46K20 ?
Replies: 10
Views: 5176

Re: MikroProg bug with PIC 18F46K20 ?

I just tried something and found something interesting. I loaded the HEX file (compiled for 18F46K20) into my old PICflash v7.13, and had PICflash set to "18F4620". The same 3 configs load in error. It looks like exactly the same result that I get in MikroProg, all configs work but not those 3. I co...
by The_RB
14 Oct 2012 12:44
Forum: mikroProg™ programmer and debugger
Topic: MikroProg bug with PIC 18F46K20 ?
Replies: 10
Views: 5176

Re: MikroProg bug with PIC 18F46K20 ?

Thank you Trewalker, I still have not been able to get the downloads page working on any of my browsers but your link worked fine, that is much appreciated. Now I have done this; 1. uninstalled the old MikroProg suite, using it's uninstall.exe 2. fresh installed the new MikroProg v2.26 3. created a ...
by The_RB
13 Oct 2012 15:34
Forum: mikroProg™ programmer and debugger
Topic: MikroProg bug with PIC 18F46K20 ?
Replies: 10
Views: 5176

Re: MikroProg bug with PIC 18F46K20 ?

Can you please provide a direct link to download the v2.26 MikroProg-Suite? I went to your downloads page; http://www.mikroe.com/product_downloads/download/ and the menu on the left of page does not work, so i cannot navigate to any downloads. I used; Internet explorer, opera7, opera8, Mozilla, and ...
by The_RB
13 Oct 2012 15:11
Forum: mikroProg™ programmer and debugger
Topic: MikroProg bug with PIC 18F46K20 ?
Replies: 10
Views: 5176

Re: MikroProg bug with PIC 18F46K20 ?

Is that link correct??

OK I will try a new install of MikroProg v2.26 and report back.
Thank you.
by The_RB
06 Oct 2012 07:25
Forum: mikroProg™ programmer and debugger
Topic: MikroProg bug with PIC 18F46K20 ?
Replies: 10
Views: 5176

MikroProg bug with PIC 18F46K20 ?

Hi, I am using EasyPIC7 and MikroProg, and having trouble with configs. My MikroC project has 3 configs set like this; Value9=_PBADEN_OFF_3H = $00FD Value12=_CCP2MX_PORTC_3H = $00FF Value14=_LVP_OFF_4L = $00FB and generates the HEX file with configs; :0C000000FF36F8FEF0BAFFFFFFFFFFFF25 I have checke...
by The_RB
06 Oct 2012 07:19
Forum: GLCD Font Creator Software
Topic: Crashes in Win98, and needs 2 more features
Replies: 3
Views: 6814

Crashes in Win98, and needs 2 more features

Hi, thanks for the font software it's a great idea. However it crashes in Win98 when I output the font to text, then try to scroll in the text window. Also it really needs 2 features adding; 1; The ability to rotate a font 90 degrees! I can't believe you missed this one. 2; It would be really nice t...
by The_RB
26 Sep 2012 22:14
Forum: mikroProg™ programmer and debugger
Topic: Cannot stop mikroProg programmer executing firmware
Replies: 1
Views: 1416

Re: Cannot stop mikroProg programmer executing firmware

That's a common problem with many programmers, as the programmer does a number of operations and there is a time period between each operation, and in that time period your target application can run a bit. Generally I fix it by putting this simple delay in the start of code; Delay_mS(250); after se...
by The_RB
26 Sep 2012 21:56
Forum: mikroC PRO for PIC General
Topic: EasyPIC7 how to program 18LF452 at 3.3v
Replies: 5
Views: 2437

Re: EasyPIC7 how to program 18LF452 at 3.3v

Hi Janko. Firstly I must apologise for my ignorance, as I did not know the 18LF452 required >4.5v for the bulk erase operation! Second, thank you very much for emailing me with a special EXE that now allows me to program 18LF devices at 3.3v (which works!) however it cannot do bulk erases (as you sa...

Go to advanced search