Search found 69 matches

by Raistlin
Sun Dec 06, 2009 8:17 pm
Forum: Modules
Topic: StrToFloat
Replies: 2
Views: 3108

Hello Gary I noticed your from Lesmurdie and it rang a bell so I had a look on google maps and it's because when I spent a while in WA I was staying with a friend in cloverdale near middleton park , so not far off :) small world. I wrote a breshenham algo for my home brew mill ages back in PDS you m...
by Raistlin
Wed Dec 02, 2009 11:56 pm
Forum: Compiler
Topic: Newbies: think twice about using Swordfish for new projects.
Replies: 21
Views: 15586

Lol no he is same , I have spoken too him (hence the spam going GY) i'd imagine he will get around to the issues and SF is deffo not abandoned
by Raistlin
Tue Dec 01, 2009 6:54 pm
Forum: Compiler
Topic: Newbies: think twice about using Swordfish for new projects.
Replies: 21
Views: 15586

I think SF was built as a serious product for professional use. Howver, when people that have been using the product for a long time have what seem to be unexplainable problems, there should be some sort of assistance from the manufacturer to help figure it out or fix it. No one is asking for free ...
by Raistlin
Mon Nov 30, 2009 7:53 pm
Forum: Compiler
Topic: Newbies: think twice about using Swordfish for new projects.
Replies: 21
Views: 15586

As far as I know SF hasn't been abandoned , taking potshots doesn't help anyone. I am sure Dave would make an announcement if he was not intending to continue development ! I myself have had to put some projects on the back burner for a couple of months to make ends meet , doesn't mean I have abando...
by Raistlin
Sat Nov 14, 2009 2:06 pm
Forum: Compiler
Topic: movlw 4294967295 compiler bug
Replies: 59
Views: 33375

David is alive and well just very busy at the moment trying to bring in the pennies :)

I have spoken too him recently and he sounded very much alive ; lol
by Raistlin
Mon Nov 09, 2009 4:12 pm
Forum: General
Topic: Can anyone tell me why this ADC code does not work?
Replies: 4
Views: 3957

While
getvalue ' Get value
Wend

If Value > 10 Then High(PORTB.3)
EndIf
How does the code escape for the while wend loop ?
to me you have a loop reading a value but no way to act on it.
try

While
getvalue ' Get value


If Value > 10 Then High(PORTB.3)
else low(portb.3)
EndIf

Wend
by Raistlin
Tue Oct 27, 2009 12:32 pm
Forum: General
Topic: Problem with 320x240 glcd, 1 horizontal pixel line is gone.
Replies: 3
Views: 4391

Looks more like a row driver problem to me ,, maybe a defective unit
by Raistlin
Mon Apr 20, 2009 2:31 am
Forum: General
Topic: RF Transceiver – Recommendations?
Replies: 15
Views: 10965

Take a look at digi's websire all the pertinent info is there.
the 868 and 900mhz versions have a rage of 10km or so with the right antenas
by Raistlin
Fri Apr 17, 2009 10:19 am
Forum: General
Topic: RF Transceiver – Recommendations?
Replies: 15
Views: 10965

Does XBEE mesh network?
yep they do
by Raistlin
Thu Mar 12, 2009 8:29 pm
Forum: General
Topic: Some small details left to iron out...
Replies: 5
Views: 3910

You could store the last rectangle length in a variable (if you can afford the mem) then subtract the current value from the last value and simply draw background over the difference , not the whole rectangle ,, this would be much faster.
by Raistlin
Thu Mar 12, 2009 2:16 am
Forum: General
Topic: Some small details left to iron out...
Replies: 5
Views: 3910

Just do it like you would a BoB (blitter object) on the ol amiga :D Remember what you drew then un draw it. In you case you only need the difference between the last rectangle drew and the new one , if the new one is higher , draw it over the top of the old one , if it is lower draw a background col...
by Raistlin
Sat Feb 21, 2009 6:10 pm
Forum: Compiler
Topic: What does this mean?
Replies: 2
Views: 2061

byte(",") is typecasting a charicter tpye to a byte type
So is like saying
if the Byte value of "," is the same value as postinc then ....
by Raistlin
Fri Feb 06, 2009 4:52 pm
Forum: General
Topic: Pcc24/33 compiler opinion
Replies: 4
Views: 3465

Pcc24/33 compiler opinion

Hi guys , is there anyone out there using Microelektronica's basic compiler for pic24/ds33 ?? For a current project I may HAVE to migrate to a 24. I am lothe to go away from SF and PDS for this one , but might not have a choice. Of course if David releases a 16 bit compiler like Swordfish for Pic24 ...
by Raistlin
Wed Jul 09, 2008 3:49 pm
Forum: Modules
Topic: Confused with SDFileSystem.bas
Replies: 22
Views: 13585

You can write to SD via SPI without formatting , but you must write your data in 512byte chunks (sectors) so you will need to buffer your data before each write operation , so you have enough data to fill the sector. Not sure, but I would think that there are low level commands in the module (not be...
by Raistlin
Mon Jun 16, 2008 7:15 pm
Forum: General
Topic: Implementing ICSP via RS232
Replies: 7
Views: 5464

ICD2 by Microchip also here. I'm thinking of getting a couple of pickit2's as well though because they are a lot cheaper than the ICD2 and support nearly all the same pics (just about all of em) with more being added. Besides for the price I can also afford to blow one to bits every now and then wit...