Search found 51 matches

by mbruck
29 Oct 2014 13:47
Forum: Product Announcements
Topic: Anouncing the development of FT90x compilers!
Replies: 44
Views: 379520

Re: Anouncing the development of FT90x compilers!

You don't know situation about AVR compilers. PIC users should be happy. At least they have "some" update. I have full licence for AVR pascal compiler and after several years of terrible, terrible bad support I switched to Atmel AVR studio last year. I thought: "Should I depend of incompetence compa...
by mbruck
08 Aug 2014 01:57
Forum: Development Boards Wishlist
Topic: Wiznet ethernet IC's
Replies: 1
Views: 2795

Wiznet ethernet IC's

Wiznet 5100 and 5500 shield and libraries for all compilers

Much better ethernet solution then ENC.... Hardware TCP stack, 4/8 socket connection etc etc.
by mbruck
08 Aug 2014 01:50
Forum: Visual GLCD General
Topic: Old SmartGLCD board
Replies: 1
Views: 3082

Old SmartGLCD board

I have one SmartGLCD board and this is your first products of this. Processor is PIC8527, HV rev. 1.01

My quieston is this still supported by ALL compilers and VisualGLCD program.

Please send me link for programmers support (libraries) and technical data sheet.

Thank you,

Mladen Bruck
Mostar
by mbruck
08 Aug 2014 01:27
Forum: Development Boards
Topic: Timer should hava to use decimal point frequency
Replies: 1
Views: 1333

Timer should hava to use decimal point frequency

Timer should have to use decimal point frequency. Period. One of the most usefull chrystal frequency for AVR processor is 11.0590 Mhz, becaouse it is perfect for usart. So this tool is usefull withou decimal point frequancy ! And program have a stupid "bug": Chose 0.5 frequancy for some AVR and see ...
by mbruck
04 Sep 2012 22:14
Forum: Development Boards
Topic: ATXMEGA board.... when ?
Replies: 1
Views: 954

ATXMEGA board.... when ?

It is clearly visible that Mikroelektronika favorite microcontoller's are Microchip's. But that is not reason that you completely ignoring ATxmega procesor for developing board for it. (I do not count xmega multimedia board as developing platform). So any plan for this great Atmel processor? Can we ...
by mbruck
04 Sep 2012 20:56
Forum: Visual GLCD General
Topic: Visual GLCD 2.70 software released!
Replies: 15
Views: 10167

Re: Visual GLCD 2.70 software released!

New PIC, dsPIC and STM32 boards are supported from this release. EasyPIC v7, EasyPIC PRO v7,
EasyPIC v7 for dsPIC30 and EasyMx PRO v7 for STM32...
What about users with AVR boards ?

Edit:

Ignore or delete... It seam all boards are supported... Thank you !
by mbruck
04 Sep 2012 20:45
Forum: Visual GLCD Wish List
Topic: More controls, icons library...
Replies: 6
Views: 4648

Re: More controls, icons library...

The new version of Visual GLCD is expected soon with some of the requested objects implemented.
When "soon"? What is your schedule plan?

Edit.

Ops... It is released just now as I edited .... :)
by mbruck
31 Aug 2012 18:58
Forum: Visual GLCD Wish List
Topic: New List box control & copyable code
Replies: 3
Views: 3507

Re: New List box control & copyable code

HOPE THIS DOESN'T GO TO DEAF EARS.
WHAT YOU SAID ???
Can't hear yuo....

:) :)
by mbruck
31 Aug 2012 18:54
Forum: Visual GLCD Wish List
Topic: More controls, icons library...
Replies: 6
Views: 4648

Re: More controls, icons library...

Currently, I can only promise you that your suggestions will be considered.
Any news about consideration 16 months after you promise....?

:)
by mbruck
31 Aug 2012 18:47
Forum: Website & Forums General Discussion
Topic: Libstock AVR and PIC filter
Replies: 3
Views: 2842

Libstock AVR and PIC filter

Hi! Since Libstock have no forum I believe I can "complain" here... :) I am MicroPascal for AVR user and frequently check Libstock for new code. Even there is filter for MikroPaskal, it is still very frustrating when I have to dig for AVR version of filtered code. So, my proposal is to implement AVR...
by mbruck
04 Jul 2011 22:45
Forum: mikroPascal PRO for AVR General
Topic: v5.0 and Dongle License Upgrade?
Replies: 9
Views: 4517

Re: v5.0 and Dongle License Upgrade?

It would be more flexibile if we can have both version, usb and e-mail. I believe this is not a big tehnical problem. ...but I am sure we will find a solution. But, unfortune, as we all know, MikroElektronika team like to promise long, long time before thay able to actualy do that. e.g. like the new...
by mbruck
04 Jul 2011 22:13
Forum: mikroPascal PRO for AVR General
Topic: Stupid and annoying PIC advrtising in AVR forum
Replies: 1
Views: 1900

Stupid and annoying PIC advrtising in AVR forum

This is ATMEL AVR forum isn't?
WHY are you putting MikroC and PIC stufs HERE ???? See the atached picture....
by mbruck
03 Feb 2011 19:15
Forum: Visual GLCD Wish List
Topic: More controls, icons library...
Replies: 6
Views: 4648

Re: More controls, icons library...

And? What developers promises ?
by mbruck
01 Feb 2011 01:59
Forum: Visual GLCD Wish List
Topic: More controls, icons library...
Replies: 6
Views: 4648

More controls, icons library...

Very good software, but there is some space for improvements. :)

Missing: CheckBox, Slider, Radio Button, Elipse,

If possible: InputBox (textbox), Password box

Icons library: Industrial applications, home automation, multimedia, 7 segment display, etc, etc
by mbruck
29 Aug 2010 14:00
Forum: mikroPascal PRO for AVR General
Topic: #define in pascal?
Replies: 3
Views: 3265

Re: #define in pascal?

This is from some C source.

Code: Select all

#define  UART0_TX_PERMIT   UCSR0B |= (1<<UDRIE0);
where any

Code: Select all

UART0_TX_PERMIT
would be replaced with

Code: Select all

UCSR0B |= (1<<UDRIE0)
so, I mean #define....

Go to advanced search