Search found 14 matches

by Eumel
15 Dec 2011 15:05
Forum: Product Announcements
Topic: mikroBUS pinout standard specification
Replies: 22
Views: 455140

Re: mikroBUS pinout standard specification

Hi,
one question: why do you call this standard pinout a bus?
My understanding of a bus diverges with your microBUS.

Greetings
Einhart
by Eumel
01 Jul 2011 13:36
Forum: mikroPascal PRO for AVR General
Topic: v5.0 and Dongle License Upgrade?
Replies: 9
Views: 4457

Re: v5.0 and Dongle License Upgrade?

I also would prefer the dongle against mail license because of my frequently PC-System changes

Greetings
Einhart
by Eumel
24 Feb 2010 11:57
Forum: mikroPascal PRO for AVR General
Topic: Problem with oscillator clock
Replies: 5
Views: 2810

Re: Problem with oscillator clock

Have a look at the clock divider fuse. Default is clock divided by 8!
by Eumel
19 Jan 2010 12:00
Forum: mikroPascal PRO for AVR General
Topic: pull up resistors
Replies: 6
Views: 5254

Simply set the data register bits to 1 (with pullup) or 0 (without pullup).
by Eumel
02 Dec 2009 08:33
Forum: mikroPascal PRO for AVR General
Topic: Uart Data Ready Problem
Replies: 4
Views: 3548

UART1_Init vergessen?
by Eumel
13 Oct 2009 15:11
Forum: mikroPascal PRO for AVR General
Topic: Text Formating
Replies: 6
Views: 3289

Hi,

Florin Andrei has written a better string library. Look here:

http://www.mikroe.com/forum/viewtopic.php?t=19690

This should help you insert the dot into your string.

Greetings

Einhart
by Eumel
12 Oct 2009 11:19
Forum: mikroPascal PRO for AVR General
Topic: excange HiByte to LOByte
Replies: 4
Views: 3106

Hello corado, if there's no Swap function you will simply have to write it. Do not compare AVRco and mikroPascal. AVRco is in a far better stable state than mikroPascal and is better in most of its features (but it is also more expensive). MikroPascal needs a lot of improvement until it is comparabl...
by Eumel
12 Oct 2009 11:06
Forum: mikroPascal PRO for AVR General
Topic: lTrim is buggy
Replies: 1
Views: 1732

lTrim is buggy

Hello,

the lTrim procedure removes the blanks but do not adjust the string length!

example:

program Buggy;
var t: string[3];
b: byte;
begin
t := ' 3';
lTrim(t);
b := Length(t);
end.

The lenght remains at 3, the string content is '3 3' after lTrim.

Greetings

Einhart
by Eumel
15 Sep 2009 11:23
Forum: mikroPascal PRO for AVR General
Topic: How can I write word variables into eeprom?
Replies: 2
Views: 3293

Looks like a new topic for the wish list ;-)
by Eumel
14 Sep 2009 11:24
Forum: mikroPascal PRO for AVR General
Topic: Bug in Debugger
Replies: 6
Views: 3588

Bug in Debugger

Use this little program: program Error; procedure Test(var s: string[8]); var sInternal: string [8]; begin sInternal := s; end; begin Test('Hello'); end. Start the debugger, step to the line 'sInternal := s; try to add s to watchlist by clicking the right mouse button That's it. Adding complex types...
by Eumel
14 Sep 2009 08:53
Forum: mikroPascal PRO for AVR General
Topic: RS232 with start and stop bits
Replies: 2
Views: 2325

Hi,

the startbit is standard for UART, nothing to set. Use the UART library of the compiler and set your parameters with "UARTx_Init_Advanced".

Open the library manager, check UART, doublecklick on "UARTx_Init_Advanced" and you will see the appropriate help.

Greetings

Einhart
by Eumel
04 Sep 2009 09:48
Forum: mikroPascal PRO for AVR General
Topic: To buy or not to buy
Replies: 5
Views: 3292

Thanks to Romania and Italy for the answers, @Florin Andrei: Your samples are looking very good. I can see it's possible to write bigger (and working) programs. The libraries itself are too restricted for me - only working with Mega128 :-(. @robfaz You are right, the more buyers the better the suppo...
by Eumel
03 Sep 2009 09:09
Forum: mikroPascal PRO for AVR General
Topic: To buy or not to buy
Replies: 5
Views: 3292

To buy or not to buy

:?: That's the question. The IDE looks good, simple programs worked. The price is affordable. But: It's not very crowded in the AVR Pascal forum, so I think the number of (paying) customers is low up to now. The old version was not really usable as I read in several posts. Will mikroElektronika spen...
by Eumel
28 Aug 2009 14:07
Forum: mikroPascal PRO for AVR Wish List
Topic: Improved statistic
Replies: 1
Views: 3720

Improved statistic

Hi Mikroe team,

it would be fine if I could see the registers used by the compiler. At the statistic window for used RAM you will see all registers r0..r31 independently of their use.

I wanted to write some time critical assembler code and use some registers without buffer them.

Thanks
Eumel

Go to advanced search