Search found 82 matches

by petrd
01 Mar 2017 18:22
Forum: mikroC PRO for PIC General
Topic: 7.01 V Upgrade Unavailable ???
Replies: 5
Views: 3686

Re: 7.01 V Upgrade Unavailable ???

lana.arsic wrote: Please download the newest version from our website.
Yes, download and install, this is no problem. I would like to know where the problem goUpdater Wizard is with us side or you side.

73! Petr
by petrd
28 Feb 2017 13:48
Forum: mikroC PRO for PIC General
Topic: 7.01 V Upgrade Unavailable ???
Replies: 5
Views: 3686

Re: 7.01 V Upgrade Unavailable ???

Hi!

Also not work goUpdater Wizard, antivirus and firewall off. WinXP SP3.

73! Petr
by petrd
15 Jan 2017 16:48
Forum: mikroC PRO for PIC General
Topic: UART problem
Replies: 7
Views: 3238

Re: UART problem

Dmitry.P

Maybe it will solve the problem in your case, but the approach is not correct. Listen for reports about a IRP_bit. If you see compiler messages about IRP_bit - wait problems!

Best regards!
by petrd
11 Jan 2017 19:40
Forum: mikroC PRO for PIC General
Topic: cyrillic characters at 1602 LCD
Replies: 6
Views: 2883

Re: cyrillic characters at 1602 LCD

IstvanK wrote:The above code is working only if the given particular LCD is used.
Oh sure. I proceeded from the assumption that if a person asks about Cyrillic, he understands about the differences in tables LCD character generators, but apparently I was wrong in this.
by petrd
11 Jan 2017 18:09
Forum: mikroC PRO for PIC General
Topic: UART problem
Replies: 7
Views: 3238

Re: UART problem

Hi, paulfjujo! In this code, a more serious problem. If you look at the result of the compilation, you will see: 0 1511 IRP bit must be set manually for indirect access to '?lstr3_set_timer' variable set_timer.c 0 1511 IRP bit must be set manually for indirect access to '?lstr4_set_timer' variable s...
by petrd
11 Jan 2017 14:35
Forum: mikroC PRO for PIC General
Topic: cyrillic characters at 1602 LCD
Replies: 6
Views: 2883

Re: cyrillic characters at 1602 LCD

I tryed out this feature, but it doesn't work! I tried this code and it works! You both tried? I now tried on my hand made board - PIC16F628A (intosc, 4MHz) and WH1602B-YYH-CTK, MikroC PRO 7.0. // Lcd pinout settings sbit LCD_D7 at RB7_bit; sbit LCD_D6 at RB6_bit; sbit LCD_D5 at RB5_bit; sbit LCD_D...
by petrd
05 Jan 2017 15:36
Forum: mikroC PRO for PIC General
Topic: Usart Terminal mode Send From File
Replies: 5
Views: 2966

Re: Usart Terminal mode Send From File

uros.cvetinovic wrote: Please submit a ticket on this subject and I will help you out:
http://helpdesk.mikroe.com/
Just yesterday #KTT-413-11668

Best regards,
Petr
by petrd
04 Jan 2017 18:20
Forum: mikroC PRO for PIC General
Topic: Usart Terminal mode Send From File
Replies: 5
Views: 2966

Re: Usart Terminal mode Send From File

uros.cvetinovic wrote:Hi,
Can you please try to save .bin file as .txt file and then try to send it from terminal?
I try do it. If file re-save as *.txt - no result, send 0x00.
MikroC Pro for PIC 7.0.0
by petrd
02 Jan 2017 08:25
Forum: mikroC PRO for PIC General
Topic: cyrillic characters at 1602 LCD
Replies: 6
Views: 2883

Re: cyrillic characters at 1602 LCD

Hi there! Can anyone answer the question about any ways of displaying of the russian (cyrillic) characters at 1602 alphanumeric LCD using microC compiler? void LCD_Out_Rus(char row, char column, char *text) { const unsigned char russian_HD44780[]={0x41, 0xA0, 0x42, 0xA1, 0xE0, 0x45, 0xA3, 0xA4, 0xA...
by petrd
01 Jan 2017 21:22
Forum: mikroC PRO for PIC General
Topic: Usart Terminal mode Send From File
Replies: 5
Views: 2966

Usart Terminal mode Send From File

Hi, Happy New Year! I am use Usart Terminal and see signal on oscilloscope. When I send data press button "Send" or "Send ASCII" on oscilloscope i see right signal. Example, send 169 (dec) press "Send ASCII", i see 0xA9 in Send Window usart Terminal, also i see this code on oscilloscope. Very well!!...
by petrd
05 Oct 2016 06:37
Forum: mikroC PRO for PIC General
Topic: Accelerometer SPI with easyPic v7
Replies: 9
Views: 3252

Re: Accelerometer SPI with easyPic v7

error in code:

Code: Select all

// Read X Hi
readings[0] = ADXL345_Read(_DATAX0) << 8;
// Read X Lo
readings[0] = readings[0] | ADXL345_Read(_DATAX1);
must be:

Code: Select all

// Read X Hi
readings[0] = ADXL345_Read(_DATAX1) << 8;
// Read X Lo
readings[0] = readings[0] | ADXL345_Read(_DATAX0);
..... etc for Y, Z.
by petrd
11 Nov 2010 09:40
Forum: Visual GLCD Beta Testing
Topic: MikroC, VGLCD, S1D13700
Replies: 3
Views: 4121

Re: MikroC, VGLCD, S1D13700

Hi, mikroE team! Maybe I do not understand? Where can I see descriptions of all functions to work with S1D13700? In example i see: S1D13700_TxtFill(); S1D13700_GrFill(); DrawScreen(); etc but the descriptions of these features help to MikroC not found. I would like to hear your comments. Thanks!
by petrd
09 Nov 2010 12:35
Forum: Visual GLCD Beta Testing
Topic: MikroC, VGLCD, S1D13700
Replies: 3
Views: 4121

MikroC, VGLCD, S1D13700

Hi!

Now after patch MikroC PRO 4.15 and install VGLCD 1.50 support S1D13700, i see as use some function in example, but i not find list prototype function for this GLCD in help MikroC?? When i can see this?

Thanks!
by petrd
15 Sep 2010 08:03
Forum: mikroC PRO for PIC General
Topic: Undeclared identifier[RB4] inexpression
Replies: 2
Views: 1808

Re: Undeclared identifier[RB4] inexpression

Hi!
This program is not for the compiler MikroC, so porting should revise definition of system registers and bits.
Example, RB4 -> RB4_bit (for MikroC PRO). Need see help for MikroC. Also MikroC not used including header *.h files for MCU and not used keywords CONFIG.
Regards!
by petrd
18 May 2010 18:00
Forum: mikroC PRO for PIC Beta Testing
Topic: Problem with EEPROM Editor, beta 3.5 release
Replies: 7
Views: 4780

Re: Problem with EEPROM Editor, beta 3.5 release

Yes, now in 3.80 my project work normal.
Thank you.

Go to advanced search