Search found 401 matches

by Steven
Sun Dec 20, 2009 7:06 pm
Forum: Compiler
Topic: persisting a structure to eeprom
Replies: 2
Views: 2510

Hi Bob,

I've not done what you are attempting, but the database module I wrote for use with SD might be vaguely helpful - it reads and writes structures.
http://www.sfcompiler.co.uk/wiki/pmwiki ... r.Database

Steve
by Steven
Sun Dec 06, 2009 1:25 pm
Forum: Compiler
Topic: Newbies: think twice about using Swordfish for new projects.
Replies: 21
Views: 15610

Hello. To keep speculation down, I have been in touch with Dave over the last few days. He has now bumped me up to a moderator to help tackle spam, but he is alive... He is busy with work at the moment, but expects to be back in action before long. Do not worry that things have been quiet.
by Steven
Sun Nov 22, 2009 4:00 pm
Forum: Modules
Topic: LCD Module Confusion
Replies: 4
Views: 3592

A string is stored as a series of bytes in ascii, so no conversion is needed. As far as the PIC is concerned, it is never a letter, it's just the ascii code for the letter, which the LCD also recognises. If you ask the compiler to print a string, when it is compiled, it will be stored in program cod...
by Steven
Sun Nov 22, 2009 7:24 am
Forum: Modules
Topic: LCD Module Confusion
Replies: 4
Views: 3592

This is an overloaded function that will process a string when passed to WriteItem. It uses the POSTINC0 and INDF0 registers to access the string in memory indirectly - you must set the FSR0 pointer to the start address of the string, then step through the string with the while loop. The loop tests ...
by Steven
Fri Nov 20, 2009 9:15 pm
Forum: IDE
Topic: windows 7 and online updates
Replies: 18
Views: 12543

I think that you will only have this problem if you have one of the older Swordfish installation discs released before Vista. Since Vista was released, there was an updated install disc which creates the right directories in Vista, and I guess Windows 7. The SE version is presumably an SE version of...
by Steven
Wed Nov 11, 2009 10:19 pm
Forum: IDE
Topic: swordfish backup
Replies: 13
Views: 8230

Do you have the latest version of Swordfish installed from the online updates?
by Steven
Sun Nov 08, 2009 12:18 pm
Forum: General
Topic: VB.net USB HID Program
Replies: 13
Views: 12679

Thanks for doing that.
by Steven
Sun Nov 08, 2009 9:31 am
Forum: General
Topic: VB.net USB HID Program
Replies: 13
Views: 12679

That's great thanks Graham, it's downloaded OK now. Thanks for sorting it out so fast.
by Steven
Sun Nov 08, 2009 9:04 am
Forum: General
Topic: VB.net USB HID Program
Replies: 13
Views: 12679

That's a great contribution - thanks. I've registered on your site to download it, but the link to download the source code is not working for me. The mcHID download works OK, but not the source code.
by Steven
Tue Jul 14, 2009 3:29 pm
Forum: Compiler
Topic: PIC18F14K50 and USB
Replies: 11
Views: 14346

Have a look here on the wiki: http://www.sfcompiler.co.uk/wiki/pmwiki ... ionHistory. The PIC18F14K50 is included in the download.
by Steven
Tue Jul 07, 2009 4:14 pm
Forum: User Modules
Topic: Fseek query
Replies: 3
Views: 3471

I'll have to look at this one - thanks for spotting it.
by Steven
Mon Jul 06, 2009 6:30 am
Forum: Modules
Topic: 18F8640 GLCD problem
Replies: 11
Views: 6817

You could look at the ports you have used in the PIC's datasheet to make sure that none are set as analogue by default. If they are you will need to make them digital.
by Steven
Wed Jun 10, 2009 10:37 pm
Forum: Compiler
Topic: Upset DIM variable declarations.
Replies: 16
Views: 9790

The complete code would probably be the best if you can replicate it.
by Steven
Wed Jun 10, 2009 4:21 pm
Forum: Compiler
Topic: Upset DIM variable declarations.
Replies: 16
Views: 9790

Are you able to post your code? Are you using any arrays?
by Steven
Fri May 29, 2009 7:19 am
Forum: Modules
Topic: Can the SDFileSystem.bas module work with SPI memory
Replies: 2
Views: 2945

I doubt that it would work without some changes. How fast do you need to write to the memory?