Search found 551 matches

by rackley
22 May 2008 21:07
Forum: mikroPascal General
Topic: Is this graphical LCD-display supported?
Replies: 19
Views: 18077

Would you be willing to share it? Does it do graphics as well as fonts?

Thanks,
Ray
by rackley
21 May 2008 17:13
Forum: mikroPascal General
Topic: Is this graphical LCD-display supported?
Replies: 19
Views: 18077

Hello all,

I'm have you had any luck with the ST7565R controller? I'm also looking at doing a project with the EA DOG128 series..

Ray Ackley
by rackley
18 Mar 2008 03:22
Forum: mikroBasic General
Topic: RPM TACHOMETER USING CCP Input- 240-65000 RPM Output on LCD
Replies: 25
Views: 18843

I found an easy way to count low RPM even with high frequencies. There are other problems too with low RPM - depending on what vehicle you're using, hall effect sensor pulses may not be 1x per revolution as there could be multiple pulses per revolution. Those pulses are not always evenly spaced eith...
by rackley
10 Mar 2008 04:27
Forum: mikroBasic General
Topic: Please give us a WIKI
Replies: 20
Views: 8316

Bump.
by rackley
04 Mar 2008 00:22
Forum: mikroBasic General
Topic: Please give us a WIKI
Replies: 20
Views: 8316

Hi, I've set up several wikis so try to address these points: If they envision it as a corporate information center, they surely wouldn't want someone to be making modifications to their manuals and other official documentation. That's not the purpose of a wiki - they already have a corporate inform...
by rackley
03 Mar 2008 22:16
Forum: mikroBasic General
Topic: Please give us a WIKI
Replies: 20
Views: 8316

There you go, mikroElektronika. . MilesP just offered to set up and host TikiWiki. . If you like it, link to it. If you don't, then don't. You got nuttin to lose. . You could make a list of trusted contributors who could post without oversight. The rest of us would have their articles reviewed. . S...
by rackley
03 Mar 2008 16:49
Forum: mikroBasic General
Topic: Please give us a WIKI
Replies: 20
Views: 8316

Bump. Good idea - use MediaWiki if possible. It's not hard to install/host at all.
by rackley
01 Mar 2008 19:21
Forum: mikroBasic for dsPIC30/33 and PIC24 Wish List
Topic: Classes and/or inheritance
Replies: 2
Views: 5008

I have a lot of code, relatively speaking (~60k worth) to port over from 8-bit to 16-bit starting in the next few months. If MikroC were the one to get classes first, I'd port everything from MB to MC, that's how much I'd prefer to have classes. Especially with the much larger code sizes and capabil...
by rackley
01 Mar 2008 18:13
Forum: mikroBasic for dsPIC30/33 and PIC24 Wish List
Topic: Classes and/or inheritance
Replies: 2
Views: 5008

Classes and/or inheritance

I know that PICs are fairly simple 8-bit devices, but with the advent of the 16-bit PIC line and now the 32-bit PIC line, I don't think that a request for classes (and eventually inheritance) is unreasonable. I know you guys are swamped over there, but they shouldn't be terribly hard to implement si...
by rackley
28 Feb 2008 15:59
Forum: mikroBasic General
Topic: Implicit conversion error
Replies: 2
Views: 1712

I'm still somewhat confused. Take the following information from the manual: Arithmetic Conversions When you use an arithmetic expression, such as a + b, where a and b are of different arithmetic types, mikroBasic performs implicit type conversions before the expression is evaluated. These standard ...
by rackley
28 Feb 2008 15:46
Forum: Development Boards
Topic: PicFlash 64 bit drivers for Vista?
Replies: 2
Views: 1803

Thanks! I knew about the F8 trick, but it's really annoying to have to do that on every boot up. That's more of a Microsoft policy decision, although they say they'll certify the drivers for free because they mandate they be certified. The other option that allows unsigned drivers to be installed is...
by rackley
28 Feb 2008 00:07
Forum: mikroBasic General
Topic: Implicit conversion error
Replies: 2
Views: 1712

Implicit conversion error

Hello, I recently ran across a problem with implicit conversion whereby dividing with a float less than zero produces a "divide by zero" result. Example: Dim tmpWord as Word tmpWord = 7 tmpWord = tmpWord/0.0085 tmpWord's value above is now 65535. If I plug it in as follows it works: tmpWord = word(f...
by rackley
27 Feb 2008 18:51
Forum: Development Boards
Topic: PicFlash 64 bit drivers for Vista?
Replies: 2
Views: 1803

PicFlash 64 bit drivers for Vista?

Hello,

I'm going to be upgrading to Vista 64 bit soon because of the RAM limitations of the 32 bit version (max 3 gig of ram is usable.) Do you have signed/working 64 bit drivers for the PicFlash2? That is a show-stopper for me if you don't have working 64 bit drivers.

Thanks,
Ray
by rackley
14 Feb 2008 02:30
Forum: mikroBasic General
Topic: What is line :0E000000 ?
Replies: 5
Views: 2421

Turns out it was indeed related to variable placement with procedures that were SHARED between the bootloader and regular code. Because the location of the variables could move around, it would change the hex of the bootloader code (which was org'd to static locations) almost every build. I wound up...

Go to advanced search