Search found 39 matches

by romeovictor
27 May 2015 09:19
Forum: mikroPascal PRO for PIC General
Topic: UART1_Read_Text problem
Replies: 23
Views: 11424

Re: UART1_Read_Text problem

i understand that the question is about the warning " Incompatible types("simple type" to "complex type")" but not about a problem of communication.
I have the same problem, my warning is : Incompatible types ("procedure" to "array")
by romeovictor
05 Jan 2014 12:38
Forum: mikroBasic General
Topic: PIC Timer Calculator - free - Betatesting
Replies: 42
Views: 41740

Re: PIC Timer Calculator - free - Betatesting

we are in 2014 and it works fine :)
by romeovictor
07 Dec 2013 17:51
Forum: mikroBasic General
Topic: PIC Timer Calculator - free - Betatesting
Replies: 42
Views: 41740

Re: PIC Timer Calculator - free - Betatesting

and what will be the solution for 2014 ?
by romeovictor
02 Apr 2013 17:57
Forum: mikroBasic PRO for PIC General
Topic: i2c 16F88 library
Replies: 2
Views: 1428

Re: i2c 16F88 library

thank you for quick response,
datasheet :
• Synchronous Serial Port (SSP) with SPI™
(Master/Slave) and I2C™ (Slave)

so i will use Software I²C Library
by romeovictor
02 Apr 2013 17:28
Forum: mikroBasic PRO for PIC General
Topic: i2c 16F88 library
Replies: 2
Views: 1428

i2c 16F88 library

Mikrobasic v6.0.0
when opening a project with a 16F87 or 16F88, i2c library doesn't appear in the library manager.
Thank you
by romeovictor
02 Jan 2013 18:14
Forum: mikroBasic General
Topic: PIC Timer Calculator - free - Betatesting
Replies: 42
Views: 41740

Re: PIC Timer Calculator - free - Betatesting

same problem than in January 2012.
We are now in 2013 and the program needs to be updated or modified.
If anyone as a solution ....
by romeovictor
18 Apr 2012 17:33
Forum: mikroBasic PRO for PIC General
Topic: default layout
Replies: 2
Views: 1011

Re: default layout

i update today with 5.6 and everything is OK.
thank you and have a good day.
by romeovictor
15 Apr 2012 14:31
Forum: mikroBasic PRO for PIC General
Topic: default layout
Replies: 2
Views: 1011

default layout

Each time i close the programm i have this message :
2012-04-15_152357.jpg
2012-04-15_152357.jpg (39.37 KiB) Viewed 1011 times
2012-04-15_151721.jpg
2012-04-15_151721.jpg (86.57 KiB) Viewed 1011 times
Do you have a solution ?
may be reinstall the programm ?
good day
Hervé
by romeovictor
04 Mar 2012 22:17
Forum: mikroBasic General
Topic: PIC Timer Calculator - free - Betatesting
Replies: 42
Views: 41740

Re: PIC Timer Calculator - free - Betatesting

good, thank you, not an evidence to arrive to this version 0.9.7
(still 0.9.6 on the home page)
by romeovictor
03 Mar 2012 17:51
Forum: mikroBasic General
Topic: PIC Timer Calculator - free - Betatesting
Replies: 42
Views: 41740

Re: PIC Timer Calculator - free - Betatesting

Open pictimercalculator.exe (v0.9.6) in a hex editor and change the byte at offset 28E18 from 84 to 8E.

to use it in 2012.
good luck
by romeovictor
16 Jan 2012 22:11
Forum: mikroBasic PRO for PIC General
Topic: timer 1 doen' t work without timer0 ?
Replies: 4
Views: 1811

Re: timer 1 doen' t work without timer0 ?

yes it is clear
thank you
Hervé
by romeovictor
15 Jan 2012 16:33
Forum: mikroBasic PRO for PIC General
Topic: timer 1 doen' t work without timer0 ?
Replies: 4
Views: 1811

Re: timer 1 doen' t work without timer0 ?

thank you very much I didn' t consider TIMER1 as peripheral :( the response is figure 14-10 page 153 of the datasheet : http://ww1.microchip.com/downloads/en/devicedoc/39582b.pdf I take my red pencil to write it on the datasheet. I still wonder why it was running with Timer0 active ? No matter, i ca...
by romeovictor
14 Jan 2012 22:58
Forum: mikroBasic PRO for PIC General
Topic: timer 1 doen' t work without timer0 ?
Replies: 4
Views: 1811

timer 1 doen' t work without timer0 ?

Hello, this simple program using only timer 1 doesn' t work and it will work when activating timer0. program Ultrasons '16F876A 20Mhz CONFIG :$2007 : 0x2F4A symbol oscillo=Portc.5 sub procedure interrupt() if PIR1.TMR1IF=1 then oscillo= not oscillo PIR1.TMR1IF=0 end if end sub main: TRISC=%0 PortC=0...
by romeovictor
11 Nov 2011 11:31
Forum: mikroBasic PRO for PIC General
Topic: boolean types
Replies: 3
Views: 1380

Re: boolean types

thank you for reply, I notice in the statistics window that dim VAR1 as boolean[35] dim VAR2 as byte[35] each occupy 35 bytes :( :( i inderstand now why it is not mentioned in the documentation : no interest. so i will try your solution with longword (limited to 32 but it is enough for me). ==> to t...

Go to advanced search