Search found 169 matches

by bitfogav
Sat Jul 12, 2014 6:20 pm
Forum: Modules
Topic: bug fixes for USB V1.4.2 lib
Replies: 7
Views: 6034

Re: bug fixes for USB V1.4.2 lib

That's strange because the 18F47J53 seems to work fine with the bootloader.. :wink:
by bitfogav
Sat Jul 12, 2014 4:18 pm
Forum: Modules
Topic: bug fixes for USB V1.4.2 lib
Replies: 7
Views: 6034

Re: bug fixes for USB V1.4.2 lib

I have been using the 18F46J53 with Jerry's ported SF version of microchips HID bootloader, I came across a problem where I was unable to reconnect to the bootloader after the user uploaded the main program code.. This has nothing to do with Jerry's ported code but the fact that once again microchip...
by bitfogav
Mon Jun 09, 2014 10:22 pm
Forum: Modules
Topic: I2C with internal pullups - possible?
Replies: 12
Views: 7165

Re: I2C with internal pullups - possible?

I got to say that I've been using the Firewing PIC18 board with Swordfish and it works perfectly, I even like the fact that you can upload your programme to the board via Swordfish too.. :)
by bitfogav
Thu May 29, 2014 11:21 am
Forum: Compiler
Topic: Compilation Error with Swordfish Toolsuite
Replies: 4
Views: 2704

Re: Compilation Error with Swordfish Toolsuite - *Fixed*

Thank you Dave and Ralph for your replies.. Here is a list of things I have tried. 1. I am not using any additional anti-virus (this is a fresh install of windows 8 ), but I did try to disable any anti malware within the system - but did not fix issue. 2. I have set every folder/exe etc with "run as...
by bitfogav
Thu May 29, 2014 1:24 am
Forum: Compiler
Topic: Compilation Error with Swordfish Toolsuite
Replies: 4
Views: 2704

Compilation Error with Swordfish Toolsuite

Hey, I recently got windows 8.1 OS (64bit), and installed Swordfish. I have a problem compiling any programmes including any of the sample codes. The compiler keeps showing an "ASM Error" I have tried to completely uninstall Swordfish and reinstall with same results. I am running the latest swordfis...
by bitfogav
Wed May 28, 2014 12:06 pm
Forum: Modules
Topic: bug fixes for USB V1.4.2 lib
Replies: 7
Views: 6034

Re: bug fixes for USB V1.4.2 lib

I just wanted to share that I have made a 64Bit Windows OS version of the HID bootloader application program.
HIDBootLoader64Bit.zip
(33.73 KiB) Downloaded 299 times
by bitfogav
Wed Apr 23, 2014 9:29 pm
Forum: General
Topic: firewall test
Replies: 3
Views: 2424

Re: firewall test

Reply . .
by bitfogav
Sun Mar 09, 2014 2:13 pm
Forum: Compiler
Topic: Installer exe now lets you deregister a PC
Replies: 1
Views: 1695

Installer exe now lets you deregister a PC

This is probably a question for David?

I've noticed that the installer .exe now lets you de-register a machine, does this mean we can now de-register a PC and install Swordfish onto a New PC?.

How many machines can Swordfish be installed on?.
by bitfogav
Sat Feb 22, 2014 6:02 pm
Forum: Compiler
Topic: re-naming a CONST array name
Replies: 25
Views: 8438

Re: re-naming a CONST array name

It's probably all jumbled up because your not taking care of the led matrix correctly. you need to look at correctly controlling the matrix using Multiplexing...
by bitfogav
Fri Feb 21, 2014 6:57 pm
Forum: Compiler
Topic: re-naming a CONST array name
Replies: 25
Views: 8438

Re: re-naming a CONST array name

It's quite funny, I thought the posted code on this topic had MrDeb written all over it. :lol:
by bitfogav
Thu Feb 20, 2014 10:38 pm
Forum: Compiler
Topic: re-naming a CONST array name
Replies: 25
Views: 8438

Re: re-naming a CONST array name

I've read this topic a few times and I don't fully understand your question either. :?
You can't rename a const array :?

Is this some kind of LED Matrix that you are trying to display characters on?.
by bitfogav
Tue Feb 04, 2014 9:09 pm
Forum: Compiler
Topic: Interrupt Handling
Replies: 2
Views: 1845

Re: Interrupt Handling

You need to change the code to something like.

Code: Select all

Dim Timer1 as TMR1L.AsWord
Check out Alias and Modifiers in the help file.


I hope this helps.
by bitfogav
Sun Jan 05, 2014 1:01 pm
Forum: General
Topic: NRF24L01+
Replies: 4
Views: 3046

Re: NRF24L01+

I would gather the answer to your question is no within the SF community anyway :( I have several of these devices which are on my list todo.
If your looking for some example code then there is a few Arduino libraries for these devices.

Gavin.
by bitfogav
Thu Nov 21, 2013 3:36 pm
Forum: Modules
Topic: bug fixes for USB V1.4.2 lib
Replies: 7
Views: 6034

Thank you Jerry for the fixes.. will there be an updated zip file we can download?