Search found 169 matches

by bitfogav
Mon Oct 21, 2013 4:35 pm
Forum: Compiler
Topic: Struggling to write to External EE with the latest version
Replies: 3
Views: 2009

You need to give us more information of what exactly your problem is writing to the 24LC512, Do the compiler give you any code errors? Can you post any code?.
by bitfogav
Sun Sep 29, 2013 4:02 pm
Forum: Modules
Topic: SetAllDigital() for J and K series with SE support
Replies: 13
Views: 13453

Thank you for the update Jerry.
by bitfogav
Mon Jun 17, 2013 10:05 am
Forum: General
Topic: problems with 18f27j53 and usb
Replies: 7
Views: 3920

I think thats just something thats caught me out before. Keep us posted if that fixes the problem.
by bitfogav
Mon Jun 17, 2013 9:42 am
Forum: General
Topic: problems with 18f27j53 and usb
Replies: 7
Views: 3920

I was going to suggest running it with the internal clock as RangerBob suggested, but also correct me if I'm wrong the Vusb needs to be connected to 3.3v aswell.. were as the 18F2553 only needs a Cap to ground on the Vusb line.
by bitfogav
Sun Jun 02, 2013 10:14 am
Forum: Compiler
Topic: Issues with accessing a structure array
Replies: 6
Views: 3214

Actually I think ive found the issue, theres a problem with how Swordfish deals with the command DEC() and INC() with reference to calling a Structure in your case with a variable?. If you replace all the lines of code for example: Dec(Multiball(Index).XDelay) replace to: Multiball(Index).XDelay = M...
by bitfogav
Sun Jun 02, 2013 9:56 am
Forum: Compiler
Topic: Issues with accessing a structure array
Replies: 6
Views: 3214

Ive tested your code with a simple LCD output on one of my test boards and Index gets initialized correctly within the For Loop: the code I used to test: // Device and Clock Device = 18F452 Clock = 20 // LCD optional settings #option LCD_DATA = PORTC.4 #option LCD_RS = PORTE.0 #option LCD_EN = PORTE...
by bitfogav
Tue May 28, 2013 5:49 pm
Forum: Compiler
Topic: Sending PORT bits to subroutine or function?
Replies: 2
Views: 2277

Maybe this will help you?.. code below was found here http://www.sfcompiler.co.uk/forum/viewtopic.php?t=1540&highlight=passing+port+bit For your second question you might want to look in the Swordfish help file Parameters (byRef and byVal) // blink an LED, PORT bit is passed by // reference to the s...
by bitfogav
Mon Mar 25, 2013 10:59 pm
Forum: Compiler
Topic: windows 7 64bit usb key issues
Replies: 5
Views: 3405

Download this to use SF without the USB Key..

http://www.mecanique-web.co.uk/download ... ish-si.exe

and then enter your product registration key to install, you might need to contact David for your Product Key.
by bitfogav
Sat Jan 05, 2013 10:51 am
Forum: IDE
Topic: Online updates
Replies: 4
Views: 5388

Burt I think what you are looking for might be in this topic http://www.sfcompiler.co.uk/forum/viewtopic.php?t=1690 . Download http://www.mecanique-web.co.uk/downloads/swordfish-si.exe and then enter your product registration key to install the latest version. But you will probably have to contact D...
by bitfogav
Fri Jan 04, 2013 5:47 pm
Forum: User Modules
Topic: Purchase Swordfish compiler
Replies: 1
Views: 1887

Select one of the Swordfish resellers at this link, you will find a price there.
http://www.sfcompiler.co.uk/swordfish/p ... dfish.html
by bitfogav
Thu Jan 03, 2013 9:07 pm
Forum: User Modules
Topic: error compiling SD CARD PLAYER code
Replies: 9
Views: 4125

Yes im afraid so?.
The SE version is limited to the amount of RAM available to the user. This is because no bank switching code is available in the SE version.
by bitfogav
Thu Jan 03, 2013 7:05 pm
Forum: User Modules
Topic: error compiling SD CARD PLAYER code
Replies: 9
Views: 4125

Thanks for confirming the SD lib version, now that you have changed the code to: Device = 18F452 Clock = 32 Config OSC = HSPLL #option SD_SPI = MSSP #option SD_SPI_SPEED = spiOscDiv4 #option SD_SUPPORT_SUB_DIRECTORIES = True #option LCD_DATA = PORTB.4 #option LCD_RS = PORTB.2 #option LCD_EN = PORTB....
by bitfogav
Thu Jan 03, 2013 5:59 pm
Forum: User Modules
Topic: error compiling SD CARD PLAYER code
Replies: 9
Views: 4125

We need abit more information? Can you confirm what version of the SDCard library you are using?
by bitfogav
Sat Oct 13, 2012 6:54 pm
Forum: Compiler
Topic: whats the latest version of compiler?
Replies: 13
Views: 5805

Clears everything up nicely, thanks David.
by bitfogav
Fri Oct 12, 2012 9:20 pm
Forum: Compiler
Topic: whats the latest version of compiler?
Replies: 13
Views: 5805

But what if we have to format our PC? or the Hard drive fails and we have to reinstall Swordfish, the key that worked before no longer works? It says something like the key has already been used on another PC. Also when I purchased Swordfish a few years ago it said nothing about the 1 year free upda...